Fix bug in install script

master
Sven Slootweg 12 years ago
parent 08553f67c7
commit 1133430856

@ -25,5 +25,5 @@ setup(name='pytahoe',
url='http://cryto.net/pytahoe', url='http://cryto.net/pytahoe',
packages=['pytahoe'], packages=['pytahoe'],
provides=['pytahoe'], provides=['pytahoe'],
requires=['fs', 'requests'] install_requires=['fs', 'requests']
) )

Loading…
Cancel
Save