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

Question: will unidep handle building source distribution archives via pypa build? #158

Open
glemieux opened this issue Mar 12, 2024 · 1 comment

Comments

@glemieux
Copy link

I'm really enjoying this package, this is great and solves a lot of problems I've been struggling with. I should also note I'm new to python packaging and distribution. I noted recently that I have to move the dependencies out from behind the [tool.unidep] section in my pyproject.toml to be able to use pypa's build frontend. Is this something that unidep plans on providing an interface for?

@basnijholt
Copy link
Owner

Hi @glemieux, thanks for opening an issue and I am glad that you have found it useful!

Perhaps I don't understand your question, but unidep just works with the build command when using either Setuptools or Hatch. In fact, unidep will parse the dependencies in [tool.unidep], extract the pip installable packages and dynamically populate the dependencies field.

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