-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
Ideally we shouldn't need a setup.py file.
- We can use
from importlib_metadata import version; version('<name>')anywhere where we're usingpython setup.py --version, and we can get the name fromsetup.cfgorpyproject.tomlif available, and fall back onpython setup.py --name. - We can add
data_filesconfig using our better tuple and glob handling - We should also handle
ensured_targets - Ideally we could replace all of
jupyterlab/setup.py