~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2013-02-24 10:28:08 UTC
  • mfrom: (1.2.17)
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: package-import@ubuntu.com-20130224102808-jx3ea5pnoefkzu94
Tags: upstream-1.4.5
Import upstream version 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    author = 'Django Software Foundation',
76
76
    author_email = 'foundation@djangoproject.com',
77
77
    description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
78
 
    download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.3.tar.gz',
 
78
    download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.5.tar.gz',
79
79
    packages = packages,
80
80
    cmdclass = cmdclasses,
81
81
    data_files = data_files,