diff --git a/butterfly/__init__.py b/butterfly/__init__.py index 80e0fbf..d04eebe 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '2.0.0-beta' +__version__ = '2.0.0-beta2' import os diff --git a/setup.py b/setup.py index 8294c63..320b024 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ options = dict( 'butterfly': [ 'sass/*.sass', 'themes/*.*', - 'themes/**/*.*', + 'themes/*/*.*', + 'themes/*/*/*.*', 'static/fonts/*', 'static/images/favicon.png', 'static/main.css',