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 13, 2018
1 parent c4f9eb4 commit 3472898
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 36 deletions.
72 changes: 39 additions & 33 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 @@ -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",
Expand Down

0 comments on commit 3472898

Please sign in to comment.