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

Exclude contents of subdirectories of the standard submodule #25

Merged
merged 1 commit into from Apr 2, 2024

Conversation

musicinmybrain
Copy link
Contributor

Fixes #24.

This is perhaps not the most elegant fix, but it appears to be effective, correctly excluding nifti_mrs/standard/explanatory_doc/conf.py from the sdist and therefore also from the wheels, as test-built with python3 -m build.

Note that setuptools is recalcitrant (pypa/setuptools#3260) about this sort of thing.

(If the sdist does contain nifti_mrs/standard/explanatory_doc/conf.py, as when this PR is applied as a patch to the existing 1.2.0 sdist, then this PR doesn’t keep the wheel from containing it too.)

@wtclarke
Copy link
Owner

wtclarke commented Apr 2, 2024

Thanks for this. I spotted that this file was included, but then forgot to do anything about it.

@wtclarke wtclarke merged commit 5d51565 into wtclarke:master Apr 2, 2024
4 checks 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.

Unnecessary file nifti_mrs/standard/explanatory_doc/conf.py
2 participants