Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarob96 committed Dec 15, 2018
1 parent 5f3fac4 commit afd18c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ def readme():

setup(
name='investing_scrapper',
version='0.3.1',
version='0.3.2',
packages=find_packages(),
url='',
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.3.1.tar.gz',
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.3.2.tar.gz',
license='MIT License',
author='Alvaro Bartolome',
author_email='alvarob96@usal.es',
description='This is a scrapping tool that retrieves continuous Spanish stock market information from investing, into a Pandas DataFrame.',
long_description=readme(),
long_description_content_type='text/markdown'
long_description_content_type='text/markdown',
install_requires=['requests', 'pandas', 'beautifulsoup4', 'pytest'],
data_files=[
('tickers', ['investing_scrapper/resources/tickers.csv']),
Expand Down

0 comments on commit afd18c3

Please sign in to comment.