From 3472898031e2f414870c016352dd1fabebe232bf Mon Sep 17 00:00:00 2001 From: alvarob96 Date: Thu, 13 Dec 2018 20:06:45 +0100 Subject: [PATCH] Update setup.py --- .idea/workspace.xml | 72 ++++++++++++++++++++++++--------------------- setup.py | 6 ++-- 2 files changed, 42 insertions(+), 36 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 302c8678..29b635c6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -30,11 +30,8 @@ - - - - - + + @@ -42,13 +39,13 @@ - - + + - + @@ -66,11 +63,11 @@ - + - - + + @@ -195,10 +192,10 @@ @@ -211,7 +208,7 @@ - + @@ -463,9 +475,6 @@ - - - @@ -701,34 +710,31 @@ - + - - + + - + - - - - - + + - + - - + + - + - - + + diff --git a/setup.py b/setup.py index d976b038..851eb208 100644 --- a/setup.py +++ b/setup.py @@ -2,15 +2,15 @@ setup( name='investing_scrapper', - version='0.2', + version='0.2.1', packages=find_packages(), url='', - download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.tar.gz', + download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.1.tar.gz', license='MIT License', author='Álvaro Bartolomé', author_email='alvarob96@usal.es', description='This is a scrapping tool that retrieves continuous Spanish stock market information from https://es.investing.com, into a Pandas DataFrame.', - install_requires=['requests', 'pandas', 'beautifulsoup4', 'pkg_resources'], + install_requires=['requests', 'pandas', 'beautifulsoup4'], classifiers=[ "Development Status :: 2 - Pre-Alpha", "Programming Language :: Python :: 3.6",