From c986232a32793a5c89ea74916a44ebe5ff72ead5 Mon Sep 17 00:00:00 2001 From: danielhyduke Date: Wed, 4 Jul 2012 21:29:52 +0000 Subject: [PATCH] rolling out release --- cobra/__init__.py | 2 +- setup.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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",