mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-13 22:00:05 +02:00
Merge pull request #57 from mikegerber/fix/setup-namespace
🐛 sbb_textline_detection: Fix qurator namespace
This commit is contained in:
commit
f1d2777a18
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