Skip to content

Commit 9dbdf91

Browse files
author
Álvaro Bartolomé
committed
update installation
1 parent 9930728 commit 9dbdf91

File tree

3 files changed

+92
-61
lines changed

3 files changed

+92
-61
lines changed

Diff for: .idea/workspace.xml

+88-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: MANIFEST.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include README.rst
2-
include investing_scrapper/resources/tickers.csv
3-
include investing_scrapper/resources/user-agent-list.txt
2+
include investing_scrapper/resources/*

Diff for: setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
setup(
44
name='investing_scrapper',
5-
version='0.2.3',
5+
version='0.2.4',
66
packages=find_packages(),
77
url='',
8-
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.3.tar.gz',
8+
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.4.tar.gz',
99
license='MIT License',
1010
author='Álvaro Bartolomé',
1111
author_email='[email protected]',
1212
description='This is a scrapping tool that retrieves continuous Spanish stock market information from https://es.investing.com, into a Pandas DataFrame.',
1313
install_requires=['requests', 'pandas', 'beautifulsoup4'],
1414
package_data={
15-
'resources': ['tickers.csv', 'user-agent-list.txt']
15+
'investing_scrapper/resources': ['investing_scrapper/resources/tickers.csv', 'investing_scrapper/resources/user-agent-list.txt']
1616
},
1717
classifiers=[
1818
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)