🐛 Fix installing by calling find_namespace_packages in setup.py
Turns out just removing __init__.py is not enough for native namespace packages. We also need to (explicitly) call setuptools.find_namespace_packages() for setup.py to find the package... https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages Fixes gh-77.pull/81/head
parent
c4ab7c9a7c
commit
f668963a2e
Loading…
Reference in New Issue