Skip to content

Commit

Permalink
Fix the pypi build (apache#4047)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 13, 2017
1 parent c58dd7e commit d62f1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
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']
Expand Down

0 comments on commit d62f1d1

Please sign in to comment.