1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

specify python 3.4, fix #72

This commit is contained in:
Viktor Stanchev 2015-11-04 22:47:09 -08:00
parent 4e450f86ae
commit 1c58f8796e
2 changed files with 2 additions and 1 deletions

View File

@ -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. 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 ## 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` Run `pip3 install pirate-get`

View File

@ -20,6 +20,7 @@ setup(name='pirate-get',
'Topic :: Terminals', 'Topic :: Terminals',
'Topic :: System :: Networking', 'Topic :: System :: Networking',
'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'License :: OSI Approved :: GNU General Public License (GPL)', 'License :: OSI Approved :: GNU General Public License (GPL)',
], ],
test_suite='tests', test_suite='tests',