This commit is contained in:
Maxime Beauchemin
2017-12-09 00:05:46 -08:00
parent 39d9632843
commit ca99cf1ca9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import subprocess
from setuptools import find_packages, setup
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'assets')
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'static', 'assets')
PACKAGE_FILE = os.path.join(PACKAGE_DIR, 'package.json')
with open(PACKAGE_FILE) as package_file:
version_string = json.load(package_file)['version']

View File

@@ -1,6 +1,6 @@
{
"name": "superset",
"version": "0.21.0",
"version": "0.21.1",
"description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
"license": "Apache-2.0",
"directories": {