non-legacy namespace package

pull/16/head
Robert Sachunsky 7 months ago committed by GitHub
parent 06c8b382db
commit 352783cf7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

@ -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…
Cancel
Save