mirror of https://github.com/kivy/kivy.git
parent
d09093f557
commit
0619c6b2ce
4
setup.py
4
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'],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue