Skip to content

Commit eb85f60

Browse files
committed
feat : to import decorator and generator easily.
1 parent fed274b commit eb85f60

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[project]
2+
name = "python_decorators_generators"
3+
version = "0.1.0"
4+
5+
[tool.setuptools]
6+
packages = ["decorators", "generators"]
7+
8+
[build-system]
9+
requires = ["setuptools"]
10+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)