Skip to content

Commit

Permalink
FIX installation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Jul 4, 2018
1 parent 7d12328 commit e43cdfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ pseudoxml:


deploy:
rsync -avz _build/html/ [email protected]:public_html/pastis/
rsync -avz _build/html/ nvaroquaux@ssh.cbio.ensmp.fr:public_html/pastis/
2 changes: 2 additions & 0 deletions pastis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from . import config
from .io import write
from . import externals
from . import fastio
from . import algorithms


__version__ = '0.3-git'

0 comments on commit e43cdfe

Please sign in to comment.