mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2025-07-29 19:59:52 +02:00
non-legacy namespace package
This commit is contained in:
parent
06c8b382db
commit
352783cf7c
3 changed files with 0 additions and 4 deletions
|
@ -1 +0,0 @@
|
||||||
__import__('pkg_resources').declare_namespace(__name__)
|
|
|
@ -1,2 +0,0 @@
|
||||||
__import__('pkg_resources').declare_namespace(__name__)
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -21,7 +21,6 @@ setup(
|
||||||
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
||||||
"tests.*", "tests"]),
|
"tests.*", "tests"]),
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
namespace_packages=['qurator'],
|
|
||||||
package_data={
|
package_data={
|
||||||
'': ['*.json']
|
'': ['*.json']
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue