diff --git a/pyproject.toml b/pyproject.toml index daefd72..c5f1b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"