Skip to content

Commit d9c48b6

Browse files
Merge pull request #98 from femtotrader/fix_setup
BUG: Add google and yahoo module to setup.py
2 parents ce8460f + fc6ebab commit d9c48b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ def readme():
5555
],
5656
keywords='data',
5757
install_requires=INSTALL_REQUIRES,
58-
packages=['pandas_datareader'],
58+
packages=['pandas_datareader',
59+
'pandas_datareader.google', 'pandas_datareader.yahoo'
60+
],
5961
test_suite='tests',
6062
zip_safe=False,
6163
)

0 commit comments

Comments
 (0)