Skip to content

Commit 9930728

Browse files
author
Álvaro Bartolomé
committed
Update setup.py
1 parent 55b5e2c commit 9930728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.2',
5+
version='0.2.3',
66
packages=find_packages(),
77
url='',
8-
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.2.tar.gz',
8+
download_url='https://github.com/alvarob96/investing-scrapper/archive/0.2.3.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.text']
15+
'resources': ['tickers.csv', 'user-agent-list.txt']
1616
},
1717
classifiers=[
1818
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)