Skip to content

Commit 175de01

Browse files
sbellemblueyed
authored andcommitted
Add classifier for Python 3.5 in setup.py (#366)
1 parent e540ace commit 175de01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def read(fname):
4242
'Programming Language :: Python :: 3.2',
4343
'Programming Language :: Python :: 3.3',
4444
'Programming Language :: Python :: 3.4',
45+
'Programming Language :: Python :: 3.5',
4546
],
4647
# the following makes a plugin available to py.test
4748
entry_points={'pytest11': ['django = pytest_django.plugin']})

0 commit comments

Comments
 (0)