mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
Merge pull request #97 from qurator-spk/420-namespace-package
use PEP420 style qurator namespace
This commit is contained in:
commit
fd56b86acf
2 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
__import__("pkg_resources").declare_namespace(__name__)
|
|
3
setup.py
3
setup.py
|
@ -1,4 +1,4 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import find_namespace_packages, find_packages, setup
|
||||||
from json import load
|
from json import load
|
||||||
|
|
||||||
install_requires = open('requirements.txt').read().split('\n')
|
install_requires = open('requirements.txt').read().split('\n')
|
||||||
|
@ -13,7 +13,6 @@ setup(
|
||||||
author='Vahid Rezanezhad',
|
author='Vahid Rezanezhad',
|
||||||
url='https://github.com/qurator-spk/eynollah',
|
url='https://github.com/qurator-spk/eynollah',
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
namespace_packages=['qurator'],
|
|
||||||
packages=find_packages(exclude=['tests']),
|
packages=find_packages(exclude=['tests']),
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
package_data={
|
package_data={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue