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.
This commit is contained in:
@@ -14,7 +14,8 @@ setup(
|
|||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python :: 2',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
'Topic :: Utilities'],
|
'Topic :: Utilities'],
|
||||||
description='Drag and drop sorting for models and inline models in Django admin.',
|
description='Drag and drop sorting for models and inline models in Django admin.',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user