Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Commit

Permalink
Fix download_url
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed May 11, 2012
1 parent 7350f19 commit a1d1acf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -13,7 +13,7 @@
author_email = 'joe@bitworking.org',
url = base_url,
download_url = \
'%s/tarball/uritemplate-py-%s' % (base_url, uritemplate.__version__),
'%starball/uritemplate-py-%s' % (base_url, uritemplate.__version__),
packages = ['uritemplate'],
provides = ['uritemplate'],
long_description=open("README.rst").read(),
Expand All @@ -27,4 +27,5 @@
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
]
)
)

0 comments on commit a1d1acf

Please sign in to comment.