Skip to content

Commit 35b8251

Browse files
committed
feat : updated.
1 parent 16206a1 commit 35b8251

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
[project]
2-
name = "python_decorators_generators"
3-
version = "0.1.0"
2+
name = "pydecorx"
3+
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"
413

514
[tool.setuptools]
615
packages = ["decorators", "generators"]
16+
include-package-data = true
717

818
[build-system]
9-
requires = ["setuptools"]
19+
requires = ["setuptools>=61.0"]
1020
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)