Description:  Remove autogenerated js files
Author: Josue Ortega <josue@debian.org>
Last-Update: 2021-12-08
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -536,20 +536,5 @@
     ]
     + graph_objs_packages
     + validator_packages,
-    data_files=[("etc/jupyter/nbconfig/notebook.d", ["jupyterlab-plotly.json"]),],
     zip_safe=False,
-    cmdclass=dict(
-        build_py=js_prerelease(versioneer_cmds["build_py"]),
-        egg_info=js_prerelease(egg_info),
-        sdist=js_prerelease(versioneer_cmds["sdist"], strict=True),
-        jsdeps=NPM,
-        codegen=CodegenCommand,
-        updateschema=UpdateSchemaCommand,
-        updatebundle=UpdateBundleCommand,
-        updateplotlyjs=js_prerelease(UpdatePlotlyJsCommand),
-        updatebundleschemadev=UpdateBundleSchemaDevCommand,
-        updateplotlyjsdev=UpdatePlotlyJsDevCommand,
-        updateplotlywidgetversion=UpdatePlotlywidgetVersionCommand,
-        version=versioneer_cmds["version"],
-    ),
 )
