Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Bartolomé committed Dec 14, 2018
1 parent 9dbdf91 commit 8220815
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
44 changes: 21 additions & 23 deletions .idea/workspace.xml

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

9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

setup(
name='investing_scrapper',
version='0.2.4',
version='0.2.5',
packages=find_packages(),
url='',
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.4.tar.gz',
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.5.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'],
package_data={
'investing_scrapper/resources': ['investing_scrapper/resources/tickers.csv', 'investing_scrapper/resources/user-agent-list.txt']
},
data_files=[('tickers', ['data/tickers.csv']), ('user-agents', ['data/user-agent-list.txt'])],
include_package_data=True,
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 8220815

Please sign in to comment.