Skip to content

Fix MANIFEST.in for setuptools - #661

Open
mwtoews wants to merge 1 commit into
conda:mainfrom
mwtoews:manifest-in
Open

Fix MANIFEST.in for setuptools#661
mwtoews wants to merge 1 commit into
conda:mainfrom
mwtoews:manifest-in

Conversation

@mwtoews

@mwtoews mwtoews commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This resolves a few warnings from building this package, e.g. with uv build --sdist:

warning: no files found matching 'README.rst'
warning: no files found matching 'licence/licence_cache.json'
warning: no files found matching '*' under directory 'license/data'
warning: no files found matching '*.*' under directory 'license/data'
warning: no previously-included files found matching '.github'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'

It also excludes environment.yaml, .gitattributes, pixi.lock, uv.lock and everything under .github/ in the resulting source distribution file.

@mwtoews
mwtoews requested a review from a team as a code owner June 9, 2026 22:37
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.

1 participant