aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-11-06 09:49:28 +0100
committerVictor Häggqvist <[email protected]>2014-11-06 09:49:28 +0100
commit74825f38258405076b27ca317218175125e20740 (patch)
tree2ba7e6b54733522c9584e25c7134468489984430
parentffad7cdae837d00eda99d2f47a3d074b85c169e4 (diff)
typo
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6319fa9..1f24cd3 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
setup(
name='AndroidResR',
- version='1.0',
+ version='1.0.1',
description='A resource manager for Android',
author='Victor Häggqvist',
author_email='[email protected]',
@@ -17,5 +17,5 @@ setup(
'AndroidResR = AndroidResR.AndroidResR:main'
]
},
- dowload_url = "https://github.com/victorhaggqvist/AndroidResR/tarball/1.0.1"
+ download_url = "https://github.com/victorhaggqvist/AndroidResR/tarball/1.0.1"
)