mirror of
https://github.com/NicklasVraa/Color-manager.git
synced 2026-03-18 21:50:34 +01:00
28 lines
733 B
TOML
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"
|