Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated functionalities in jupyterlab_packaging #26

Open
Carreau opened this issue Jul 13, 2021 · 0 comments
Open

Deprecated functionalities in jupyterlab_packaging #26

Carreau opened this issue Jul 13, 2021 · 0 comments

Comments

@Carreau
Copy link
Contributor

Carreau commented Jul 13, 2021

$ jupyter labextension develop --overwrite .
setup.py:35: DeprecatedWarning: create_cmdclass is deprecated as of 0.8 and will be removed in 1.0. "
Use `wrap_installers` to handle prebuild steps in cmdclass.
Use `get_data_files` to handle data files.
Use `include_package_data=True` and `MANIFEST.in` for package data.

  "jsdeps", package_data_spec=package_data_spec, data_files_spec=data_files_spec
setup.py:39: DeprecatedWarning: install_npm is deprecated as of 0.8 and will be removed in 1.0. Use `npm_builder` and `wrap_installers`
  jupyter_packaging.install_npm(HERE, build_cmd="build:prod", npm=["jlpm"]),

Those should likely be updated.

@ericdatakelly ericdatakelly modified the milestone: July 2021 Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants