mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Indicate Python 3 support in metadata (#176)
This commit is contained in:
parent
3a82338e59
commit
bcf1dbf0bf
1 changed files with 10 additions and 1 deletions
11
setup.py
11
setup.py
|
|
@ -13,5 +13,14 @@ setup(
|
|||
'django-jsonfield>=1.0.0',
|
||||
'python-dateutil==2.6.0'
|
||||
],
|
||||
zip_safe=False
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue