mirror of
https://github.com/pacnpal/pip-add.git
synced 2025-12-20 12:11:04 -05:00
chore: enhance package classifiers
Added classifiers for: - Environment (Console) - Intended Audience (System Administrators) - Operating System (OS Independent) - Python Implementation (CPython) - Natural Language (English) - Additional Topics (Installation/Setup, Distribution) - Framework (pip)
This commit is contained in:
10
setup.py
10
setup.py
@@ -21,13 +21,23 @@ setup(
|
|||||||
url="https://github.com/PacNPal/pip-add",
|
url="https://github.com/PacNPal/pip-add",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
|
"Environment :: Console",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
"Intended Audience :: System Administrators",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Natural Language :: English",
|
||||||
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
|
"Topic :: System :: Installation/Setup",
|
||||||
|
"Topic :: System :: Software Distribution",
|
||||||
|
"Topic :: System :: Systems Administration",
|
||||||
|
"Topic :: Utilities",
|
||||||
|
"Framework :: pip",
|
||||||
],
|
],
|
||||||
python_requires=">=3.11",
|
python_requires=">=3.11",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user