1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00

[2.0.x] Added "Python 3 Only" trove classifier.

Backport of 1818d13de7 from master
This commit is contained in:
Nick Pope
2017-12-06 14:25:34 +00:00
committed by Tim Graham
parent e30674a1b7
commit e9d3dbaf3e

View File

@@ -65,6 +65,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',