Skip to content

Commit

Permalink
🔧 Remove explicit namespace_packages
Browse files Browse the repository at this point in the history
Fixes gh-76.
  • Loading branch information
mikegerber committed Mar 14, 2023
1 parent 2a090c9 commit b4ac24a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
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,
Expand Down

0 comments on commit b4ac24a

Please sign in to comment.