Skip to content

Commit

Permalink
update install procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Feb 21, 2020
1 parent 35b91fb commit 3776947
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
env:
- INSTALL_SKLEARN=true
- INSTALL_SKLEARN=false
Expand Down
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include LICENSE.md
include MANIFEST.in
include README.md
include requirements.txt
include docs/dmap_intro.ipynb
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
setup(
name='mapalign',

version='0.2.1',
version='0.2.2',
description='Mapalign',
long_description=long_description,

Expand Down

0 comments on commit 3776947

Please sign in to comment.