Update setup.py to mention both Python 2 and 3

This is so sites like djangopackages.com will mark this distribution as being compatible with Python 3.
master
David D Lowe 2015-12-22 15:38:12 +01:00
parent b9e98ea959
commit 6a442933e2
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Utilities'],
description='Drag and drop sorting for models and inline models in Django admin.',
include_package_data=True,