From 1c58f8796e94b95c1ed441ffdcf045cc21cce264 Mon Sep 17 00:00:00 2001 From: Viktor Stanchev Date: Wed, 4 Nov 2015 22:47:09 -0800 Subject: [PATCH] specify python 3.4, fix #72 --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e0990e..df68c11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ pirate-get is a convenient command line tool (inspired by APT) to speed up your trip to the Pirate Bay and get your completely legal torrents more quickly. ## Installation -Make sure you have python 3 and pip installed. +Make sure you have python 3.4 and pip installed. Run `pip3 install pirate-get` diff --git a/setup.py b/setup.py index a4741ae..3b1c9d0 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setup(name='pirate-get', 'Topic :: Terminals', 'Topic :: System :: Networking', 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3.4', 'License :: OSI Approved :: GNU General Public License (GPL)', ], test_suite='tests',