Skip to content

Commit 1e8d4f0

Browse files
authored
Merge pull request #642 from bollwyvl/build-js-prod
use build:prod for labextension, lab trove classifiers
2 parents 03fa5d6 + 6d35354 commit 1e8d4f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run(self):
6363

6464
data_files = get_data_files(data_files_spec)
6565

66-
builder = npm_builder()
66+
builder = npm_builder(build_cmd="build:prod")
6767
if os.environ.get("IPP_DISABLE_JS") == "1":
6868
print("Skipping js installation")
6969
cmdclass = {}
@@ -88,6 +88,11 @@ def run(self):
8888
platforms="Linux, Mac OS X, Windows",
8989
keywords=["Interactive", "Interpreter", "Shell", "Parallel"],
9090
classifiers=[
91+
"Framework :: Jupyter",
92+
"Framework :: Jupyter :: JupyterLab",
93+
"Framework :: Jupyter :: JupyterLab :: 3",
94+
"Framework :: Jupyter :: JupyterLab :: Extensions",
95+
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
9196
"Intended Audience :: Developers",
9297
"Intended Audience :: System Administrators",
9398
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)