feat: python_pyproject_nixpkgs_basic
This commit is contained in:
parent
17af2afb46
commit
fc4b96e5a2
7 changed files with 64 additions and 0 deletions
7
python/pyproject/nixpkgs/basic/pyproject.toml
Normal file
7
python/pyproject/nixpkgs/basic/pyproject.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[project]
|
||||
name = "hello"
|
||||
version = "0.1.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
Loading…
Add table
Add a link
Reference in a new issue