Skip to content

Conversation

@vstarlinger
Copy link
Contributor

@vstarlinger vstarlinger commented Oct 13, 2025

Added explicit package discovery configuration to pyproject.toml to ensure all Python modules are included when building wheels and source distributions. Previously, setuptools was relying on implicit package discovery which could miss certain modules when installing from PyPI, while editable installs worked fine.

The fix adds [tool.setuptools.packages.find] configuration to explicitly discover all packages under src/ matching py_semantic_taxonomy*.

This fixes #74

Also added in this PR the fix for making sure that the search function works for languages. The issue solved here is that clicking on search results didn't persist the language this is solved now by passing it as parameter from the search result.
This fixes #75

@vstarlinger vstarlinger changed the title Fix ModuleNotFoundError for url_utils in PyPI distribution Fix ModuleNotFoundError for url_utils in PyPI distribution and fix search Oct 13, 2025
@cmutel cmutel merged commit 87360b1 into cauldron:main Oct 13, 2025
2 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.

Web UI: Search doesn't respect language settings missing domain.url_utils module

3 participants