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'], )