From d64d2145116eb13a1911ff41314b2db97bbfd213 Mon Sep 17 00:00:00 2001 From: SimLeek Date: Sat, 27 Jan 2018 14:40:45 -0700 Subject: [PATCH] updated download url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e2124d..206335b 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ setup( author='Josh Miklos', author_email='Simulator.Leek@gmail.com', url='https://github.com/SimLeek/cv_pubsubs', - download_url='*', + download_url='https://github.com/SimLeek/cv_pubsubs/archive/0.1.tar.gz', keywords=['OpenCV', 'PubSub'] ) \ No newline at end of file