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:
parent
4e450f86ae
commit
1c58f8796e
@ -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`
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user