Skip to content

Commit

Permalink
Update trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Mar 6, 2019
1 parent ca5848d commit ae668bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Links
=====
* `Documentation <https://pythonhosted.org/Flask-Caching/>`_
* `Documentation <https://flask-caching.readthedocs.io>`_
* `Source Code <https://github.com/sh4nks/flask-caching>`_
* `Issues <https://github.com/sh4nks/flask-caching/issues>`_
* `original Flask-Cache Extension <https://github.com/thadeusb/flask-cache>`_
Expand Down Expand Up @@ -90,18 +90,18 @@ def run_tests(self):
],
cmdclass={"test": PyTest},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit ae668bf

Please sign in to comment.