This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
14
templates/dev/py-hello/pyproject.toml
Normal file
14
templates/dev/py-hello/pyproject.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=75", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "hello-world"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
hello-world = "hello_world.__main__:main"
|
||||
Loading…
Add table
Add a link
Reference in a new issue