From 6f0e75321900a7ad9275b9a575a7f354baeda559 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Fri, 24 Nov 2023 15:21:41 +0800 Subject: [PATCH] fix: fix pyproject.toml to fix pip install issue --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fa15db..399ee3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,13 +18,11 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11" ] +requires-python = ">=3.6" [project.urls] "Home" = "https://github.com/casdoor/casdoor-python-sdk" -[project.scripts] -test = "tests" - [build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta"