Skip to content

Conversation

@henryiii
Copy link
Contributor

Fixes issue reported in #892 by ensuring the SDist is not missing files.

Comment on lines +1 to +6
recursive-include cibuildwheel *.cfg
recursive-include cibuildwheel *.in
recursive-include cibuildwheel *.py
recursive-include cibuildwheel *.toml
recursive-include cibuildwheel *.txt
recursive-include cibuildwheel *.typed
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This also could be written this way

Suggested change
recursive-include cibuildwheel *.cfg
recursive-include cibuildwheel *.in
recursive-include cibuildwheel *.py
recursive-include cibuildwheel *.toml
recursive-include cibuildwheel *.txt
recursive-include cibuildwheel *.typed
recursive-include cibuildwheel *.cfg *.in *.py *.toml *.txt *.typed

Copy link
Contributor

Choose a reason for hiding this comment

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

Either way seems fine to me, I'm more familiar with the multi-line version so maybe let's go with that

@henryiii henryiii changed the title fix: produce working SDists fix: produce working SDists, check in CI Oct 26, 2021
Copy link
Contributor

@joerick joerick left a comment

Choose a reason for hiding this comment

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

Looks good. I didn't know about check-manifest, handy tool!

Comment on lines +1 to +6
recursive-include cibuildwheel *.cfg
recursive-include cibuildwheel *.in
recursive-include cibuildwheel *.py
recursive-include cibuildwheel *.toml
recursive-include cibuildwheel *.txt
recursive-include cibuildwheel *.typed
Copy link
Contributor

Choose a reason for hiding this comment

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

Either way seems fine to me, I'm more familiar with the multi-line version so maybe let's go with that

@joerick joerick merged commit 88c8e5c into pypa:main Oct 26, 2021
@henryiii
Copy link
Contributor Author

Like every other handy tool: https://scikit-hep.org/developer/style

It is setuptools only, so I haven’t been as active in ensuring that it gets added everywhere as I probably should be.

@henryiii henryiii deleted the henryiii/fix/manifest branch June 6, 2024 15:19
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