Skip to content

Commit fe9aa2a

Browse files
committed
switching download url to pypi
1 parent 868c046 commit fe9aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
license='MIT',
1313
url='http://github.com/binarydud/pyres',
1414
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
15-
download_url='http://cloud.github.com/downloads/binarydud/pyres/pyres-%s.tar.gz' % version,
15+
download_url='http://pypi.python.org/packages/source/p/pyres/pyres-%s.tar.gz' % version,
1616
include_package_data=True,
1717
package_data={'resweb': ['templates/*.mustache','media/*']},
1818
entry_points = """\

0 commit comments

Comments
 (0)