1
0
Fork 0
forked from github/pelican

No need to maintain License and Python version classifiers.

Poetry takes care of it: https://python-poetry.org/docs/pyproject/#classifiers
This commit is contained in:
Kevin Deldycke 2020-09-03 11:21:52 +02:00
commit aed71c30f8
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A

View file

@ -15,12 +15,7 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Framework :: Pelican",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",