mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-22 23:44:46 +00:00
Merge pull request #123 from Flimm/setup-py-python-3
Update setup.py to mention both Python 2 and 3
This commit is contained in:
commit
de823d912c
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue