Skip to content

Commit

Permalink
update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Bartolomé committed Dec 14, 2018
1 parent 9930728 commit 9dbdf91
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 61 deletions.
144 changes: 88 additions & 56 deletions .idea/workspace.xml

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

3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include README.rst
include investing_scrapper/resources/tickers.csv
include investing_scrapper/resources/user-agent-list.txt
include investing_scrapper/resources/*
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

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

0 comments on commit 9dbdf91

Please sign in to comment.