Skip to content

Commit

Permalink
Merge pull request #50 from markovmodel/readthedocs
Browse files Browse the repository at this point in the history
Readthedocs compatibility
  • Loading branch information
marscher committed Apr 27, 2017
2 parents 35eda32 + 942fff8 commit 1f43908
Show file tree
Hide file tree
Showing 19 changed files with 2,436 additions and 181 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
adaptivemd/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -1,2 +1,4 @@
# include all files by default
graft adaptivemd
include versioneer.py
include adaptivemd/_version.py
4 changes: 4 additions & 0 deletions adaptivemd/__init__.py
Expand Up @@ -57,3 +57,7 @@
import util

from util import DT

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

0 comments on commit 1f43908

Please sign in to comment.