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

Add more declarative config #119

Open
blink1073 opened this issue Nov 28, 2021 · 0 comments
Open

Add more declarative config #119

blink1073 opened this issue Nov 28, 2021 · 0 comments

Comments

@blink1073
Copy link
Member

Ideally we shouldn't need a setup.py file.

  • We can use from importlib_metadata import version; version('<name>') anywhere where we're using python setup.py --version, and we can get the name from setup.cfg or pyproject.toml if available, and fall back on python setup.py --name.
  • We can add data_files config using our better tuple and glob handling
  • We should also handle ensured_targets
  • Ideally we could replace all of jupyterlab/setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant