[1.5.x] Bump version information and classifiers for 1.5 alpha release.
This commit is contained in:
parent
e8b258895a
commit
ed96292833
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 5, 0, 'alpha', 0)
|
||||
VERSION = (1, 5, 0, 'alpha', 1)
|
||||
|
||||
def get_version(*args, **kwargs):
|
||||
# Don't litter django/__init__.py with all the get_version stuff.
|
||||
|
|
8
setup.py
8
setup.py
|
@ -92,13 +92,13 @@ setup(
|
|||
author = 'Django Software Foundation',
|
||||
author_email = 'foundation@djangoproject.com',
|
||||
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
|
||||
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.tar.gz',
|
||||
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5.tar.gz',
|
||||
packages = packages,
|
||||
cmdclass = cmdclasses,
|
||||
data_files = data_files,
|
||||
scripts = ['django/bin/django-admin.py'],
|
||||
classifiers = [
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
|
@ -107,6 +107,10 @@ setup(
|
|||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.0',
|
||||
'Programming Language :: Python :: 3.1',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
||||
|
|
Loading…
Reference in New Issue