mirror of
https://github.com/NicklasVraa/Color-manager.git
synced 2026-03-18 21:50:34 +01:00
fixed pyproject file
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user