Files
Color-manager/pyproject.toml
2023-08-06 14:43:07 +02:00

28 lines
733 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "color-manager"
version = "0.1.0"
authors = [
{ name="Nicklas Vraa", email="nicklasvraa@proton.me" },
]
description = "A package for recoloring icon packs and themes"
readme = "readme.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"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"
"Bug Tracker" = "https://github.com/nicklasvraa/color-manager/issues"