Use garden version 0.1.1.

Specify package name correctly. Fix #1580.
This commit is contained in:
Ian Foote 2013-10-26 08:15:20 +01:00
parent d09093f557
commit 0619c6b2ce
1 changed files with 2 additions and 2 deletions

View File

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