Skip to content

Commit 27d6a80

Browse files
author
Hitoshi Harada
committed
Add the missing module to install
1 parent a904b8c commit 27d6a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author_email='[email protected]',
2424
url='https://github.com/alpacahq/alpaca-trade-api-python',
2525
keywords='financial,timeseries,api,trade',
26-
packages=['alpaca_trade_api', ],
26+
packages=['alpaca_trade_api', 'alpaca_trade_api.polygon'],
2727
install_requires=[
2828
'asyncio-nats-client',
2929
'pandas',

0 commit comments

Comments
 (0)