Skip to content

Commit

Permalink
Merge pull request #468 from chinapandaman/PPF-467
Browse files Browse the repository at this point in the history
PPF-467: update classifiers
  • Loading branch information
chinapandaman authored Jan 28, 2024
2 parents 072497c + 334367d commit bfb9732
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@
author="Jinge Li",
packages=setuptools.find_packages(),
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
],
python_requires=">=3.7",
install_requires=dependencies,
Expand Down

0 comments on commit bfb9732

Please sign in to comment.