diff --git a/pyproject.toml b/pyproject.toml index 049a4388..838abe62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"