Skip to content

Commit 846bb98

Browse files
committed
clean up distribution
1 parent 592055f commit 846bb98

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ tests/__pycache__/
1818
test.py
1919
promptlib/
2020
*.log
21-
.github/workflows
21+
!requirements.txt

MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include requirements.txt
2+
include README.md
3+
include LICENSE
4+
recursive-include coinbase_advanced_trader *.py

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
url='https://github.com/rhettre/coinbase-advancedtrade-python',
1919
packages=find_packages(),
2020
install_requires=requirements,
21+
include_package_data=True,
2122
keywords=['gdax', 'gdax-api', 'cbpro', 'cbpro-api', 'orderbook', 'trade', 'bitcoin', 'ethereum', 'BTC', 'ETH',
2223
'client', 'api', 'wrapper', 'exchange', 'crypto', 'currency', 'trading', 'trading-api', 'coinbase',
2324
'advanced-trade', 'prime', 'coinbaseadvancedtrade', 'coinbase-advanced-trade','fear-and-greed-index'],

0 commit comments

Comments
 (0)