Added download url.

This commit is contained in:
Dirk Eschler 2011-04-28 14:38:20 +00:00
parent a5ce765879
commit cc194a36e1

View file

@ -12,14 +12,15 @@ setup(name='django-modeltranslation',
'app) to be able to add translations to existing or '
'new projects and is fully integrated into the Django '
'admin backend.',
author='Peter Eschler, Dirk Eschler',
author_email='p.eschler@nmy.de, d.eschler@nmy.de',
author='Peter Eschler',
author_email='p.eschler@nmy.de',
maintainer='Dirk Eschler',
maintainer_email='d.eschler@nmy.de',
url='http://code.google.com/p/django-modeltranslation/',
packages=['modeltranslation', 'modeltranslation.management',
'modeltranslation.management.commands'],
requires=['django(>=1.0)'],
download_url='http://django-modeltranslation.googlecode.com/files/django-modeltranslation-0.2.tar.gz',
classifiers=['Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License'],