Skip to content

Commit

Permalink
Update setup.py with extra tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Aug 9, 2023
1 parent 2f52d9c commit 2d83882
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,14 @@ def read(f):
version=version,
license="Mozilla Public License",
classifiers=[
"Development Status :: 6 - Mature",
"License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
"License :: OSI Approved :: GNU General Public License (GPL)",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Cython",
"Programming Language :: Python",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand All @@ -91,6 +94,7 @@ def read(f):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords=["cython", "chardet", "charsetdetect"],
cmdclass={"build_ext": build_ext},
Expand Down

0 comments on commit 2d83882

Please sign in to comment.