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

Autodiscover packages to be included in the artefact #143

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

jarshwah
Copy link
Contributor

@jarshwah jarshwah commented Mar 12, 2024

Prior to this change, each package needed to be separately listed in pyproject.toml, meaning any new packages (sub-folders) would not be included in the distribution without also updating pyproject.toml.

This change levereges setuptools to autodiscover packages to be included within the xocto root package.

Specifically, this change now makes xocto.fields importable as it's not currently present in the 4.10.0 distribution.

Prior to this change, each package needed to be separately listed in
pyproject.toml, meaning any new packages (sub-folders) would not be included
in the distribution without also updating pyproject.toml.

This change levereges setuptools to autodiscover packages to be included
within the xocto root package.
@jarshwah jarshwah requested review from a team March 12, 2024 04:59
@jarshwah jarshwah merged commit f755143 into main Mar 12, 2024
1 check passed
@jarshwah jarshwah deleted the package-fields branch March 12, 2024 05:58
@jarshwah jarshwah mentioned this pull request Mar 12, 2024
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.

2 participants