fixed pyproject
This commit is contained in:
parent
0fad0f33eb
commit
34d01ba2f8
@ -1,22 +1,28 @@
|
||||
[project]
|
||||
name = "$REPO_NAME"
|
||||
dependencies = []
|
||||
dynamic = ["version"]
|
||||
dynamic = []
|
||||
authors = []
|
||||
description = "$REPO_DESCRIPTION"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
license-files = [
|
||||
"LICENSE"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
$REPO_NAME_KEBAB = "$REPO_NAME_SNAKE.__main__:cli"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "$REPO_LINK"
|
||||
Issues = "$REPO_LINKissues"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "hatch-requirements-txt"]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build]
|
||||
@ -28,8 +34,5 @@ include = ["$REPO_NAME_SNAKE/*.py"]
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["$REPO_NAME_SNAKE"]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "$REPO_NAME_SNAKE/__about__.py"
|
||||
|
Loading…
x
Reference in New Issue
Block a user