mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Added some Python versions to trove classifiers.
This commit is contained in:
parent
039f6f419f
commit
966b68ee5c
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -54,6 +54,8 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Framework :: Django',
|
||||
],
|
||||
install_requires=['django-appconf >= 0.4'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue