Merge pull request #57 from mikegerber/fix/setup-namespace

🐛 sbb_textline_detection: Fix qurator namespace
This commit is contained in:
vahidrezanezhad 2021-05-04 15:38:53 +02:00 committed by GitHub
commit f1d2777a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,