updated pip version info, added manifest to .gitignore

master
richard@richard.do 2013-02-19 00:12:24 +00:00
parent 4128609e5d
commit 35c80f3c68
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@
###################
build/
dist/
.pypirc
.pypirc
MANIFEST

View File

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