Skip to content

Commit

Permalink
Adjust project info
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 7, 2024
1 parent d9edb37 commit 63428ad
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
{ 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",
Expand All @@ -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"]

Expand Down

0 comments on commit 63428ad

Please sign in to comment.