Skip to content

Commit

Permalink
Update pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Dec 14, 2022
1 parent a360d9d commit 7c24f03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Framework :: Django :: 3',
'Framework :: Django :: 4',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Database',
'Topic :: Security :: Cryptography',
Expand Down

0 comments on commit 7c24f03

Please sign in to comment.