From 4c46162b2d6a100bf623ef13e67b4a949f7d6c7e Mon Sep 17 00:00:00 2001 From: arthurlutz Date: Fri, 6 Jul 2012 16:07:21 +0300 Subject: [PATCH] typo in github url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f3981e..0b5a114 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ description = "A set of tools for downloading OSM files via the API.", author = "Nino Walker", author_email = "nino.walker@gmail.com", - url = "http://www.github.com/ninowalker/osm-donwloader", + url = "http://www.github.com/ninowalker/osm-downloader", packages = ['osm_downloader'], long_description = """A dirt simple utility for downloading OSM data.""", license = "MIT License.",