escape python hell
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "skitter"
|
||||
version = "0.0.0"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
Repository = "https://git.therats.win/jazz/skitter"
|
||||
|
||||
[project.scripts]
|
||||
skitter = "skitter.__main__:main"
|
||||
Reference in New Issue
Block a user