diff --git a/setup.py b/setup.py index b1794fed2aa006f3be935191d8ada27e6ad677b4..5277e0dbd51406de5b22329602346a9dcd6903e1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup(name='python-kadmin', version='0.1.1', description='Python module for kerberos admin (kadm5)', url='https://github.com/russjancewicz/python-kadmin', - download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.1.1', + download_url='https://github.com/russjancewicz/python-kadmin/tarball/v0.1.1', author='Russell Jancewicz', author_email='russell.jancewicz@gmail.com', license='MIT', @@ -62,7 +62,7 @@ setup(name='python-kadmin-local', version='0.1.1', description='Python module for kerberos admin (kadm5) via root local interface', url='https://github.com/russjancewicz/python-kadmin', - download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.1.1', + download_url='https://github.com/russjancewicz/python-kadmin/tarball/v0.1.1', author='Russell Jancewicz', author_email='russell.jancewicz@gmail.com', license='MIT',