repopack-py icon indicating copy to clipboard operation
repopack-py copied to clipboard

Fix inclusion of unintended test modules in package by specifying package filter in setup.py

Open Julfried opened this issue 8 months ago • 0 comments

I recently noticed that installing repopack also installs the tests module into the venv. So when working on other projects that also have a tests module this breaks the imports.

Fixed it correctly filtering the modules for packaging.

Julfried avatar Apr 16 '25 15:04 Julfried