Skip to content

Commit

Permalink
fix(packaging): created MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Lluis Santos committed Nov 16, 2020
1 parent 607b9fc commit acabe2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include src *
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ccxt~=1.37.69
ccxt~=1.37.60
docopt~=0.6.2
python-dateutil~=2.8.1
plotly~=4.12.0
pandas~=1.1.4
setuptools-git~=1.2
setuptools~=50.3.2
numpy~=1.19.4
requests~=2.25.0
python-dotenv~=0.15.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools
setuptools.setup(
name="tradingkit",
version="1.1.17",
version="1.1.18",
author="QBit Artifacts, SL",
author_email="lluis@logictraders.com",
license="MIT",
Expand Down

0 comments on commit acabe2f

Please sign in to comment.