From 8ecba97dba6f438f4f8e875b5088d1e0683babb1 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Sat, 7 Mar 2020 13:42:36 +0530 Subject: [PATCH] new commit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9fdbf2..6cfd0a5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ [console_scripts] nsecli=nsepy.cli:cli ''', - download_url = 'https://github.com/swapniljariwala/nsepy/archive/0.8.zip', + download_url = 'https://github.com/swapniljariwala/nsepy/archive/nsepy-v0.8.zip', install_requires = ['beautifulsoup4', 'requests', 'numpy', 'pandas', 'six', 'click', 'lxml'], keywords = ['testing', 'logging', 'example'], # arbitrary keywords classifiers = [],