Skip to content

Commit 603d0bd

Browse files
committed
add Django version classifiers
1 parent 89a8e3e commit 603d0bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,22 @@ def read(fname):
3333
install_requires=['pytest>=2.9'],
3434
classifiers=['Development Status :: 5 - Production/Stable',
3535
'Framework :: Django',
36+
'Framework :: Django :: 1.8',
37+
'Framework :: Django :: 1.9',
38+
'Framework :: Django :: 1.10',
39+
'Framework :: Django :: 1.11',
40+
'Framework :: Django :: 2.0',
3641
'Intended Audience :: Developers',
3742
'License :: OSI Approved :: BSD License',
3843
'Operating System :: OS Independent',
3944
'Programming Language :: Python',
40-
'Topic :: Software Development :: Testing',
4145
'Programming Language :: Python :: 2.7',
4246
'Programming Language :: Python :: 3.4',
4347
'Programming Language :: Python :: 3.5',
4448
'Programming Language :: Python :: 3.6',
4549
'Programming Language :: Python :: Implementation :: CPython',
4650
'Programming Language :: Python :: Implementation :: PyPy',
51+
'Topic :: Software Development :: Testing',
4752
],
4853
# the following makes a plugin available to pytest
4954
entry_points={'pytest11': ['django = pytest_django.plugin']})

0 commit comments

Comments
 (0)