mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: attempt to force docs deploy (#19424)
This commit is contained in:
2
setup.py
2
setup.py
@@ -23,8 +23,8 @@ import sys
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
PACKAGE_JSON = os.path.join(BASE_DIR, "superset-frontend", "package.json")
|
||||
|
||||
with open(PACKAGE_JSON, "r") as package_file:
|
||||
version_string = json.load(package_file)["version"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user