docs: add basic project metadata

This commit is contained in:
Marc 2024-11-02 15:24:37 -04:00
parent 77eb2a810a
commit f890219bf2
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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"