mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 06:29:59 +02:00
🔧 Remove explicit namespace_packages
Fixes gh-76.
This commit is contained in:
parent
2a090c9b5a
commit
b4ac24ac9d
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue