Fix setup.py

This commit is contained in:
Florian Mounier
2015-10-16 17:56:44 +02:00
parent fb3ec14b43
commit 4a3bd7f906
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '2.0.0-beta'
__version__ = '2.0.0-beta2'
import os

View File

@@ -30,7 +30,8 @@ options = dict(
'butterfly': [
'sass/*.sass',
'themes/*.*',
'themes/**/*.*',
'themes/*/*.*',
'themes/*/*/*.*',
'static/fonts/*',
'static/images/favicon.png',
'static/main.css',