Skip to content

Commit

Permalink
setup.py done
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarob96 committed Dec 12, 2018
1 parent 8037f8d commit 184d134
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
24 changes: 13 additions & 11 deletions .idea/workspace.xml

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

14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,17 @@
author='Álvaro Bartolomé',
author_email='[email protected]',
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', 'unidecode']
install_requires=['requests', 'pandas', 'beautifulsoup4', 'unidecode'],
classifiers=[
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Topic :: Office/Business :: Financial",
"Topic :: Office/Business :: Financial :: Investment",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator",
"Topic :: Software Development :: Libraries",
"Operating System :: OS Independent",
],
keywords='investing, scrapper, pandas'
)

0 comments on commit 184d134

Please sign in to comment.