parent
7ad1925ec1
commit
7df70a2339
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (1, 0, 3, "f", 0) # following PEP 386
|
VERSION = (1, 0, 4, "f", 0) # following PEP 386
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ except:
|
||||||
setup(
|
setup(
|
||||||
name='django-admin-sortable',
|
name='django-admin-sortable',
|
||||||
version=__import__('adminsortable').__version__,
|
version=__import__('adminsortable').__version__,
|
||||||
description='Drag and drop sorting for models and tabular inline models in Django admin',
|
description='Drag and drop sorting for models and inline models in Django admin',
|
||||||
long_description=README,
|
long_description=README,
|
||||||
author='Brandon Taylor',
|
author='Brandon Taylor',
|
||||||
author_email='btaylorweb@gmail.com',
|
author_email='btaylorweb@gmail.com',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue