Skip to content

Commit

Permalink
Add trove classifiers to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored and atodorov committed Nov 11, 2021
1 parent 8ee8290 commit 44b5f3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
],
keywords=['pylint', 'django', 'plugin'],
zip_safe=False,
Expand Down

0 comments on commit 44b5f3f

Please sign in to comment.