Skip to content

Commit

Permalink
Merge pull request #295 from jpmorganchase/conda
Browse files Browse the repository at this point in the history
bundle license for conda
  • Loading branch information
timkpaine authored Apr 21, 2021
2 parents 2e5b569 + c3a508d commit f5ab91e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@ docs/source/.ipynb_checkpoints/
/.idea/
*.iml

# ignore vs code
.vscode

# macOS
.DS_Store

6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include MANIFEST.in
graft bt

include LICENSE.txt
include README.rst
include setup.py

graft docs
prune docs/build

graft bt

global-exclude *.so
global-exclude *.pyd
global-exclude *.pyc
Expand Down
2 changes: 1 addition & 1 deletion bt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
import ffn
from ffn import utils, data, get, merge

__version__ = (0, 2, 8)
__version__ = (0, 2, 9)

0 comments on commit f5ab91e

Please sign in to comment.