From c749f1e8656e3dcc685e3a96792af8bfb56337aa Mon Sep 17 00:00:00 2001
From: Russell Jancewicz <russell.jancewicz@gmail.com>
Date: Tue, 28 Apr 2015 18:23:41 -0400
Subject: [PATCH] prepend v to version tag id

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index b1794fe..5277e0d 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',
-- 
GitLab