Skip to content

Commit

Permalink
Merge pull request mchaput#21 from ZeroCool940711/main
Browse files Browse the repository at this point in the history
Update Python version in setup.py classifiers & fix indent.
  • Loading branch information
ZeroCool940711 authored Jan 3, 2024
2 parents 16c6df4 + fb85295 commit 003e2ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@ def run_tests(self):
cmdclass={'test': PyTest},

classifiers=[
"Programming Language :: Python :: 3",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Indexing",
],
Expand Down

0 comments on commit 003e2ce

Please sign in to comment.