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

include pyproject.toml file in the bundle if it exists. #100

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

FoamyGuy
Copy link
Contributor

This is one part of an intended solution for adafruit/CircuitPython_Community_Bundle#192

Including this file in the bundle will allow us to have a "circup_requirements" section within the toml file and then read values from that inside of circup to find and install dependencies that exist in a library bundle, but are not deployed to pypi.

@FoamyGuy
Copy link
Contributor Author

Some discussion around this topic is here as well: adafruit/circup#181

@FoamyGuy FoamyGuy requested a review from a team October 30, 2023 21:42
Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pyproject.toml* ooks properly parallel to requirements.txt*. Looks good!

@tannewt tannewt merged commit 34c259d into adafruit:main Oct 31, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

3 participants