Closed mgorny closed 1 year ago
Fix setup.py not to install the test directory as a top-level package, i.e. as:
setup.py
test
/usr/lib/python3.11/site-packages/test
Thanks for the heads-up! (That's embarrassing.)
I've decided to pursue another approach, see #619.
Fix
setup.py
not to install thetest
directory as a top-level package, i.e. as: