docs: add basic project metadata
This commit is contained in:
parent
77eb2a810a
commit
f890219bf2
1 changed files with 11 additions and 3 deletions
|
@ -1,8 +1,12 @@
|
|||
[project]
|
||||
name = "frg"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
name = "forge-tools"
|
||||
version = "0.0.0"
|
||||
description = "Homegrown CLI tooling for code forges."
|
||||
authors = [
|
||||
{name="Marc Cataford", email="hello@karnov.club"}
|
||||
]
|
||||
readme = "README.md"
|
||||
license={ file = "LICENSE" }
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"click>=8.1.7",
|
||||
|
@ -11,6 +15,10 @@ dependencies = [
|
|||
"pyyaml>=6.0.2",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://forge.karnov.club/marc/forge-tools"
|
||||
issues = "https://forge.karnov.club/marc/forge-tools/issues"
|
||||
|
||||
[project.scripts]
|
||||
frg = "frg.cli:main"
|
||||
|
||||
|
|
Loading…
Reference in a new issue