We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e540ace commit 175de01Copy full SHA for 175de01
setup.py
@@ -42,6 +42,7 @@ def read(fname):
42
'Programming Language :: Python :: 3.2',
43
'Programming Language :: Python :: 3.3',
44
'Programming Language :: Python :: 3.4',
45
+ 'Programming Language :: Python :: 3.5',
46
],
47
# the following makes a plugin available to py.test
48
entry_points={'pytest11': ['django = pytest_django.plugin']})
0 commit comments