Skip to content

Commit

Permalink
Updated with correct download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Feb 19, 2012
1 parent 689ef5d commit 8b68a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION:=$(shell cat VERSION)
PACKAGE=ModestMaps-$(VERSION)
TARBALL=ModestMaps-Py-$(VERSION).tar.gz
DOCROOT=modestmaps.com:public_html/modestmaps
DOCROOT=py.modestmaps.com:/var/www/py.modestmaps.com

all: $(TARBALL)
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
url='http://modestmaps.com',
requires=['PIL'],
packages=['ModestMaps'],
download_url='http://modestmaps.com/dist/ModestMaps-Py-%(version)s.tar.gz' % locals(),
download_url='http://py.modestmaps.com/dist/ModestMaps-Py-%(version)s.tar.gz' % locals(),
license='BSD')

0 comments on commit 8b68a41

Please sign in to comment.