Switch to setuptools
This commit is contained in:
parent
f3f9bfac20
commit
7a95bb9692
3 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,9 @@ classifiers = [
|
|||
"Homepage" = "https://github.com/ordinary-dev/histd"
|
||||
"Bug Tracker" = "https://github.com/ordinary-dev/histd/issues"
|
||||
|
||||
[project.scripts]
|
||||
cli-name = "histd.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
Loading…
Reference in a new issue