Added some Python versions to trove classifiers.

This commit is contained in:
Jannis Leidel 2019-01-27 22:23:54 +01:00
parent 039f6f419f
commit 966b68ee5c
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -54,6 +54,8 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
],
install_requires=['django-appconf >= 0.4'],