Skip to content

fix: add utils folder to setuptools package list#199

Merged
JemmaLDaniel merged 1 commit into
mainfrom
fix-include-utils-in-package
Apr 23, 2026
Merged

fix: add utils folder to setuptools package list#199
JemmaLDaniel merged 1 commit into
mainfrom
fix-include-utils-in-package

Conversation

@JemmaLDaniel

Copy link
Copy Markdown
Collaborator

Description

The winnow.utils package was present in the tree but not listed under [tool.setuptools] packages, so it was omitted from sdist/wheel installs. That broke imports for anything depending on winnow.utils when the project was installed from PyPI or a built wheel.

@JemmaLDaniel JemmaLDaniel self-assigned this Apr 23, 2026
@JemmaLDaniel JemmaLDaniel added the bug Something isn't working label Apr 23, 2026
@JemmaLDaniel JemmaLDaniel requested a review from KevinEloff April 23, 2026 13:16
@JemmaLDaniel JemmaLDaniel merged commit 81aac1c into main Apr 23, 2026
7 checks passed
@JemmaLDaniel JemmaLDaniel deleted the fix-include-utils-in-package branch April 23, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: pip install: ModuleNotFoundError: No module named 'winnow.utils'

2 participants