pip install error fixed
This commit is contained in:
parent
be7fa68da8
commit
fd0518620b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -30,14 +30,14 @@ def get_package_data(package):
|
|||
|
||||
setup(
|
||||
name='mega.py',
|
||||
version='0.9',
|
||||
version='0.9.2',
|
||||
packages=get_packages('mega'),
|
||||
package_data=get_package_data('mega'),
|
||||
description='Python lib for the Mega.co.nz API',
|
||||
author='Richard O\'Dwyer',
|
||||
author_email='richard@richard.do',
|
||||
license='Creative Commons Attribution-Noncommercial-Share Alike license',
|
||||
long_description=open('README.md').read(),
|
||||
long_description='https://github.com/richardasaurus/mega.py',
|
||||
classifiers=[
|
||||
'Intended Audience :: Developers',
|
||||
'Operating System :: OS Independent',
|
||||
|
|
Loading…
Reference in a new issue