mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 11:49:55 +02:00
Revert "Merge pull request #97 from qurator-spk/420-namespace-package"
This reverts commitfd56b86acf
, reversing changes made toea792d1e4a
.
This commit is contained in:
parent
68923e0a5d
commit
69c1d6b3d6
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
__import__("pkg_resources").declare_namespace(__name__)
|
3
setup.py
3
setup.py
|
@ -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')
|
||||
|
@ -13,6 +13,7 @@ setup(
|
|||
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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue