Compare commits

..

3 Commits

Author SHA1 Message Date
Hazel Noack
8ffd13dd4d added versions to pyproject 2025-06-11 11:02:55 +02:00
Hazel Noack
34bd0b8da1 removed hatch dynamic version 2025-06-11 11:01:58 +02:00
Hazel Noack
4646d6a2da fix project url 2025-06-11 11:01:41 +02:00

View File

@@ -13,13 +13,14 @@ classifiers = [
license-files = [ license-files = [
"LICENSE" "LICENSE"
] ]
version = "0.0.0"
[project.scripts] [project.scripts]
$REPO_NAME_KEBAB = "$REPO_NAME_SNAKE.__main__:cli" $REPO_NAME_KEBAB = "$REPO_NAME_SNAKE.__main__:cli"
[project.urls] [project.urls]
Homepage = "$REPO_LINK" Homepage = "https://gitea.elara.ws$REPO_LINK"
Issues = "$REPO_LINKissues" Issues = "https://gitea.elara.ws$REPO_LINK/issues"
[build-system] [build-system]
requires = ["hatchling"] requires = ["hatchling"]
@@ -33,6 +34,3 @@ include = ["$REPO_NAME_SNAKE/*.py"]
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ["$REPO_NAME_SNAKE"] packages = ["$REPO_NAME_SNAKE"]
[tool.hatch.version]
path = "$REPO_NAME_SNAKE/__about__.py"