mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-13 22:00:05 +02:00
🐛 sbb_textline_detection: Fix qurator namespace
Set namespace_packages in setup.py. This fixes installation problems reported by @kba. I have no idea why this does not happen with my tests on Python 3.7. I don't know what I am doing, but this fixes it.
This commit is contained in:
parent
95d8f7021f
commit
82cae07dc4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -15,6 +15,7 @@ setup(
|
|||
keywords='qurator',
|
||||
license='Apache',
|
||||
url="https://qurator.ai",
|
||||
namespace_packages=['qurator'],
|
||||
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
||||
"tests.*", "tests"]),
|
||||
install_requires=install_requires,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue