Switch to setuptools

This commit is contained in:
Ivan R. 2022-12-23 22:14:01 +05:00
parent f3f9bfac20
commit 7a95bb9692
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C
3 changed files with 5 additions and 2 deletions

View file

@ -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"