Compare commits

...

2 Commits

Author SHA1 Message Date
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

@ -18,8 +18,8 @@ license-files = [
$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 +33,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"