Compare commits

..

No commits in common. "34bd0b8da1de77be5c9b2d36b20ec25f3933d85b" and "34d01ba2f837ece31ce4b074b2c2e82635106766" have entirely different histories.

View File

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