diff --git a/pyproject.toml b/pyproject.toml index f73dbf26..f53b91e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,16 +3,16 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] +name = "pip-manage" +description = "pip-manage lets you smoothly manage your installed packages." authors = [ { name = "realshouzy" }, { name = "Julian Gonggrijp", email = "j.gonggrijp@gmail.com" }, { name = "Vincent Driessen" }, ] -name = "pip-manage" -description = "pip-manage lets you smoothly manage your installed packages." +maintainers = [{ name = "realshouzy" }] readme = "README.md" license = { text = "BSD" } -maintainers = [{ name = "realshouzy" }] classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", @@ -29,6 +29,15 @@ classifiers = [ "Operating System :: OS Independent", "Topic :: System :: Systems Administration", ] +keywords = [ + "pip", + "pip-purge", + "pip-review", + "update", + "autoupdate", + "autouninstall", + "dependencies", +] requires-python = ">=3.8" dynamic = ["version", "dependencies"]