We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16206a1 commit 35b8251Copy full SHA for 35b8251
1 file changed
pyproject.toml
@@ -1,10 +1,20 @@
1
[project]
2
-name = "python_decorators_generators"
3
-version = "0.1.0"
+name = "pydecorx"
+version = "1.0.0"
4
+description = "A collection of production-ready Python decorators and generators"
5
+authors = [{ name = "Manas Shinde", email = "manas.a.shinde11@example.com" }]
6
+readme = "README.md"
7
+license = {text = "MIT"}
8
+keywords = ["python", "decorators", "generators", "utils"]
9
+requires-python = ">=3.8"
10
+
11
+[project.urls]
12
+Homepage = "https://github.com/manas-shinde/python-decorators-generators"
13
14
[tool.setuptools]
15
packages = ["decorators", "generators"]
16
+include-package-data = true
17
18
[build-system]
-requires = ["setuptools"]
19
+requires = ["setuptools>=61.0"]
20
build-backend = "setuptools.build_meta"
0 commit comments