Skip to content

Commit

Permalink
Update setup.py (#3510)
Browse files Browse the repository at this point in the history
  • Loading branch information
王洁玉 authored and mistercrunch committed Nov 12, 2017
1 parent b4c9402 commit 7fce8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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', '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']
Expand Down

0 comments on commit 7fce8ea

Please sign in to comment.