Skip to content

Commit

Permalink
fix: fix pyproject.toml to fix pip install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Nov 24, 2023
1 parent f8f2ad0 commit 6f0e753
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f0e753

Please sign in to comment.