Skip to content

Commit

Permalink
Fix classifiers.
Browse files Browse the repository at this point in the history
Follow up to 1d5e444.
  • Loading branch information
felixxm committed Dec 7, 2020
1 parent 0a0309e commit 29644a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def run(self):
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Multimedia :: Graphics',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
],
cmdclass={"test": TestCommand},
setup_requires=['setuptools_scm'],
Expand Down

0 comments on commit 29644a4

Please sign in to comment.