Skip to content

Commit

Permalink
Merge pull request #104 from bertsky/reinstate-namespace-pkg
Browse files Browse the repository at this point in the history
Revert "Merge pull request #97 from qurator-spk/420-namespace-package"
  • Loading branch information
cneud authored Jun 9, 2023
2 parents 68923e0 + 69c1d6b commit fbe2f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions qurator/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__("pkg_resources").declare_namespace(__name__)
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import find_namespace_packages, find_packages, setup
from setuptools import setup, find_packages
from json import load

install_requires = open('requirements.txt').read().split('\n')
Expand All @@ -13,6 +13,7 @@
author='Vahid Rezanezhad',
url='https://github.com/qurator-spk/eynollah',
license='Apache License 2.0',
namespace_packages=['qurator'],
packages=find_packages(exclude=['tests']),
install_requires=install_requires,
package_data={
Expand Down

0 comments on commit fbe2f23

Please sign in to comment.