change basically everything
It's a good thing that I'm not collaborating with anyone on this repository, because this is REALLY bad practice.
This commit is contained in:
parent
a3b53b180c
commit
afb4b62827
24 changed files with 68 additions and 187 deletions
10
python/nixpkgs/pyproject.toml
Normal file
10
python/nixpkgs/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