File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
Django-AdminPlus module
3
3
"""
4
4
5
- VERSION = (0 , 2 , 1 )
5
+ VERSION = (0 , 3 )
6
6
__version__ = '.' .join (map (str , VERSION ))
Original file line number Diff line number Diff line change 8
8
description = 'Add new pages to the Django admin.' ,
9
9
long_description = open ('README.rst' ).read (),
10
10
author = 'James Socol' ,
11
- author_email = 'james@mozilla .com' ,
11
+ author_email = 'me@jamessocol .com' ,
12
12
url = 'http://github.com/jsocol/django-adminplus' ,
13
13
license = 'BSD' ,
14
14
packages = find_packages (exclude = ['test_settings' , 'test_urlconf' ]),
24
24
'License :: OSI Approved :: BSD License' ,
25
25
'Operating System :: OS Independent' ,
26
26
'Programming Language :: Python' ,
27
+ 'Programming Language :: Python :: 2' ,
28
+ 'Programming Language :: Python :: 2.6' ,
29
+ 'Programming Language :: Python :: 2.7' ,
30
+ 'Programming Language :: Python :: 3' ,
31
+ 'Programming Language :: Python :: 3.2' ,
32
+ 'Programming Language :: Python :: 3.3' ,
27
33
'Topic :: Software Development :: Libraries :: Python Modules' ,
28
34
]
29
35
)
You can’t perform that action at this time.
0 commit comments