restructure everything
This commit is contained in:
parent
afb4b62827
commit
17af2afb46
11 changed files with 87 additions and 76 deletions
10
python/pyproject/nixpkgs/cli/pyproject.toml
Normal file
10
python/pyproject/nixpkgs/cli/pyproject.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[project]
|
||||
name = "hello"
|
||||
version = "0.1.0"
|
||||
|
||||
[project.scripts]
|
||||
hello = "hello:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
Loading…
Add table
Add a link
Reference in a new issue