1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-01 14:40:00 +02:00

🔧 Remove explicit namespace_packages

Fixes gh-76.
This commit is contained in:
Mike Gerber 2023-03-14 12:59:10 +01:00
parent 2a090c9b5a
commit b4ac24ac9d

View file

@ -16,7 +16,6 @@ setup(
long_description_content_type="text/markdown",
keywords="qurator ocr",
license="Apache",
namespace_packages=["qurator"],
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=install_requires,
tests_require=tests_require,