pypi info updated

This commit is contained in:
richard 2013-04-19 20:04:06 +01:00
parent ef47228add
commit 964157bf41
2 changed files with 1 additions and 5 deletions

View file

@ -405,10 +405,6 @@ class Mega(object):
file_name = attribs['n']
file_name_tmp = '.megapy-%s-%s' % (int(time.time() * 1000), file_name)
# print("downloading {0} (size: {1}), url = {2}".format(attribs['n'].encode("utf8"),
# file_size,
# file_url))
input_file = requests.get(file_url, stream=True).raw
if dest_path:

View file

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