Compare commits
2 Commits
34d01ba2f8
...
34bd0b8da1
Author | SHA1 | Date | |
---|---|---|---|
|
34bd0b8da1 | ||
|
4646d6a2da |
@ -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"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user