fixed pyproject file

This commit is contained in:
NicklasVraa
2023-08-06 14:43:07 +02:00
parent 8604250e7d
commit a6d1beb2bf

View File

@@ -1,9 +1,9 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "color_manager_nicklasvraa"
name = "color-manager"
version = "0.1.0"
authors = [
{ name="Nicklas Vraa", email="nicklasvraa@proton.me" },
@@ -16,6 +16,11 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
]
dependencies = [
"colormath",
"tqdm",
"pygobject"
]
[project.urls]
"Homepage" = "https://github.com/nicklasvraa/color-manager"