From 0619c6b2cefe81de17dd5e21a8756ea2c7ef87f6 Mon Sep 17 00:00:00 2001 From: Ian Foote Date: Sat, 26 Oct 2013 08:15:20 +0100 Subject: [PATCH] Use garden version 0.1.1. Specify package name correctly. Fix #1580. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 933f67d0e..04a620bd3 100644 --- a/setup.py +++ b/setup.py @@ -550,7 +550,7 @@ setup( 'Topic :: Scientific/Engineering :: Visualization', 'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: User Interfaces'], - dependency_links=['https://github.com/kivy-garden/garden/archive/0.1.zip#egg=garden-0.1'], - install_requires=['garden==0.1'], + dependency_links=['https://github.com/kivy-garden/garden/archive/0.1.1.zip#egg=Kivy-Garden-0.1.1'], + install_requires=['Kivy-Garden==0.1.1'], )