1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2025-06-15 22:39:54 +02:00

non-legacy namespace package

This commit is contained in:
Robert Sachunsky 2024-05-23 20:50:49 +02:00 committed by GitHub
parent 06c8b382db
commit 352783cf7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 4 deletions

View file

@ -1 +0,0 @@
__import__('pkg_resources').declare_namespace(__name__)

View file

@ -1,2 +0,0 @@
__import__('pkg_resources').declare_namespace(__name__)

View file

@ -21,7 +21,6 @@ setup(
packages=find_packages(exclude=["*.tests", "*.tests.*",
"tests.*", "tests"]),
install_requires=install_requires,
namespace_packages=['qurator'],
package_data={
'': ['*.json']
},