Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarob96 committed Apr 6, 2019
1 parent cc9249d commit 4895c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ def readme():

setup(
name='investpy',
version='0.8',
version='0.8.1',
packages=find_packages(),
url='',
download_url='https://github.com/alvarob96/investpy/archive/0.8.tar.gz',
download_url='https://github.com/alvarob96/investpy/archive/0.8.1.tar.gz',
license='MIT License',
author='Alvaro Bartolome',
author_email='alvarob96@usal.es',
description='investpy — a Python package for historical data extraction from the spanish stock market',
description='investpy — a Python library for historical data extraction from the spanish stock market',
long_description=readme(),
long_description_content_type='text/markdown',
install_requires=['requests==2.21.0', 'pandas==0.23.4', 'beautifulsoup4==4.7.1', 'lxml==4.3.2', 'pytest==4.1.1'],
Expand Down

0 comments on commit 4895c8e

Please sign in to comment.