Skip to content

Commit

Permalink
change build hatchling to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasParsy committed Oct 10, 2024
1 parent 21e144b commit e100c4c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["hatchling", "blessed", "typing"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.0", "blessed", "typing"]
build-backend = "setuptools.build_meta"

[project]
name = "haccks"
Expand All @@ -11,7 +11,11 @@ authors = [
description = "Hacker Animation Cool Console Kryptographic Sequencer (haccks)"
readme = "README.md"
requires-python = ">=3.8"
classifiers = []
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]

[project.urls]
Homepage = "https://github.com/LucasParsy/haccks"
Expand Down

0 comments on commit e100c4c

Please sign in to comment.