Skip to content

Commit

Permalink
fix: add [project] to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Oct 25, 2023
1 parent fb9d962 commit 32eb294
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
[project]
name = "casdoor"
version = "1.17.0"
authors = [{name = "Casdoor", email = "admin@casdoor.org"}]
description = "Python SDK built for Casdoor"
readme = "README.md"
license = { file = "LICENSE" }
keywords = ["Casdoor"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]

[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 32eb294

Please sign in to comment.