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.",