From 3de8fe3907d3169bca75fc5a9d90a6dc8afc84e3 Mon Sep 17 00:00:00 2001 From: Matt Lyon Date: Tue, 17 Dec 2019 22:55:38 +0000 Subject: added download_url to setup --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14f35f3..89a6d6d 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,13 @@ from setuptools import setup, find_packages setup(name = 'tpblite', - version = '0.2.0', + version = '0.2.1', 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', license = 'MIT License', packages = ['tpblite', 'tpblite/models'], install_requires = [ -- cgit v1.2.3