Skip to content

Commit 966b68e

Browse files
committed
Added some Python versions to trove classifiers.
1 parent 039f6f4 commit 966b68e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def find_version(*parts):
5454
'Programming Language :: Python :: 3',
5555
'Programming Language :: Python :: 3.4',
5656
'Programming Language :: Python :: 3.5',
57+
'Programming Language :: Python :: 3.6',
58+
'Programming Language :: Python :: 3.7',
5759
'Framework :: Django',
5860
],
5961
install_requires=['django-appconf >= 0.4'],

0 commit comments

Comments
 (0)