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 support for packages using flit #7

Open
leouieda opened this issue Jan 10, 2022 · 0 comments
Open

Add support for packages using flit #7

leouieda opened this issue Jan 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@leouieda
Copy link
Member

Description of the desired feature:

Some packages may use flit or another build backend instead of setuptools. In these cases, the dependency info is probably in pyproject.toml instead of setup.cfg. To add support for these packages, we'd need to add new "source" (install_toml,extras_toml maybe) and appropriate parsers for those fields.

See https://flit.readthedocs.io/en/latest/pyproject_toml.html#pyproject-project-dependencies

Are you willing to help implement and maintain this feature?

Yes but would love help if anyone is interested. This is low priority since our projects mostly use setuptools.

@leouieda leouieda added the enhancement New feature or request label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant