diff --git a/cobra/__init__.py b/cobra/__init__.py index ff3020747..a03c58333 100644 --- a/cobra/__init__.py +++ b/cobra/__init__.py @@ -1,5 +1,5 @@ import sys -__version__ = '0.1.0.b1' +__version__ = '0.1.0' from os import name as __name if __name == 'java': #raise Exception("Experimental modules of numpy/scipy for java that are" +\ diff --git a/setup.py b/setup.py index 4ae07263d..f5070ffcd 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,12 @@ package_data = { '': ['*.txt', '*.html','LICENSE','README','test/data/*', - 'documentation(/*)+[(html)|(txt)|(png)|(css)|(gif)|(js)]', + 'documentation/doctrees/*', 'documentation/html/*html', + 'documentation/html/_static/*', 'documentation/html/_sources/*', + 'documentation/html/_modules/*html', + 'documentation/html/_modules/*html', + 'documentation/html/_modules/*/*html', + 'documentation/html/_modules/*/*/*html', 'examples/*py']}, author = "Daniel Robert Hyduke",