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 data files from _target_scripts #483

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Conversation

Akasurde
Copy link
Member

pbr ignores the data files when .git directory is missing from the source. Use MANIFEST.in to include data files from _target_scripts directory while building source distribution.

Fixes: #482

pbr ignores the data files when .git directory is missing
from the source. Use `MANIFEST.in` to include data files
from _target_scripts directory while building source
distribution.

Fixes: ansible#482

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@Akasurde Akasurde requested a review from a team as a code owner April 19, 2023 17:39
@github-actions github-actions bot added the needs_triage New item that needs to be triaged label Apr 19, 2023
@Akasurde Akasurde removed the needs_triage New item that needs to be triaged label Apr 19, 2023
Copy link
Member

@sivel sivel left a comment

Choose a reason for hiding this comment

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

WFM

@Akasurde Akasurde merged commit ca61ea7 into ansible:devel Apr 20, 2023
@Akasurde Akasurde deleted the i482 branch April 20, 2023 00:12
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.

Package data files are not included when installed with source files without .git
2 participants