diff options
author | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-17 22:57:19 +0000 |
---|---|---|
committer | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-17 22:57:19 +0000 |
commit | ce5737ace77cfcccfc447bd0415f7230091cc402 (patch) | |
tree | ff9969f030297946e6f0dbbbf4501ffd300ad558 | |
parent | 3de8fe3907d3169bca75fc5a9d90a6dc8afc84e3 (diff) | |
download | tpb-lite-ce5737ace77cfcccfc447bd0415f7230091cc402.tar.gz tpb-lite-ce5737ace77cfcccfc447bd0415f7230091cc402.tar.bz2 tpb-lite-ce5737ace77cfcccfc447bd0415f7230091cc402.zip |
fix to urlv0.2.2
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ from setuptools import setup, find_packages setup(name = 'tpblite', - version = '0.2.1', + version = '0.2.2', description = 'The Unofficial Pirate Bay Lightweight Python API', author = 'Matt Lyon', author_email = 'matthewlyon18@gmail.com', python_requires = '>=3.6', url = 'https://github.com/mattlyon93/tpb-lite', - download_url = 'https://github.com/mattlyon93/tpb-lite/archive/v0.3.tar.gz', + download_url = 'https://github.com/mattlyon93/tpb-lite/archive/v0.2.2.tar.gz', license = 'MIT License', packages = ['tpblite', 'tpblite/models'], install_requires = [ |