added CLI identifier and setuptools

pull/11/head
Paco Hope 2022-08-06 22:13:30 -04:00
parent b70430351b
commit e5c5b10420
1 changed files with 8 additions and 1 deletions

View File

@ -17,4 +17,11 @@ classifiers = [
[project.urls]
"Homepage" = "https://git.paco.to/tfscript/tfscript"
"Bug Tracker" = "https://git.paco.to/tfscript/tfscript/issues"
"Bug Tracker" = "https://git.paco.to/tfscript/tfscript/issues"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project.scripts]
tfscript = "tfscript.cli:main"