From 1dc6275c4e2ed9ce6fd130edec085f2ff831673a Mon Sep 17 00:00:00 2001 From: "richard@richard.do" Date: Sat, 16 Feb 2013 01:04:41 +0000 Subject: [PATCH] added pip install info --- .gitignore | 4 +++- README.md | 6 ++---- setup.py | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index fcbedb6..188225a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ .* # Build files # ################### -build/ \ No newline at end of file +build/ +dist/ +.pypirc \ No newline at end of file diff --git a/README.md b/README.md index 91b3437..1bf24af 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,8 @@ This is a work in progress, further functionality coming shortly. ### Install mega.py package - - Download the source code - - Open the terminal in the source folder - - Run the following command - sudo python setup.py install + #Run the following command + sudo pip install mega.py ### Import mega.py diff --git a/setup.py b/setup.py index c658d28..e27df6d 100644 --- a/setup.py +++ b/setup.py @@ -38,4 +38,10 @@ setup( author_email='richard@richard.do', license='Creative Commons Attribution-Noncommercial-Share Alike license', long_description=open('README.md').read(), + classifiers=[ + 'Intended Audience :: Developers', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Topic :: Internet :: WWW/HTTP' + ] ) \ No newline at end of file