master
richard 2013-05-18 00:49:32 +01:00
parent 42f7736bbf
commit 490941cd12
2 changed files with 3 additions and 1 deletions

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
requests>=0.10
pycrypto

View File

@ -30,7 +30,7 @@ def get_package_data(package):
setup(
name='mega.py',
version='0.9.15',
version='0.9.16',
packages=get_packages('mega'),
package_data=get_package_data('mega'),
description='Python lib for the Mega.co.nz API',