Update setup.py (#3510)

This commit is contained in:
王洁玉 2017-11-12 13:51:53 +08:00 committed by Maxime Beauchemin
parent b4c9402737
commit 7fce8eab3a
1 changed files with 1 additions and 1 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', 'static', 'assets')
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'assets')
PACKAGE_FILE = os.path.join(PACKAGE_DIR, 'package.json')
with open(PACKAGE_FILE) as package_file:
version_string = json.load(package_file)['version']