mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-02 23:49:54 +02:00
rename package to qurator.eynollah
This commit is contained in:
parent
a96d23712d
commit
58c4403e13
22 changed files with 15 additions and 13 deletions
7
setup.py
7
setup.py
|
@ -10,12 +10,13 @@ setup(
|
|||
author='Vahid Rezanezhad',
|
||||
url='https://github.com/qurator-spk/eynollah',
|
||||
license='Apache License 2.0',
|
||||
packages=find_packages(),
|
||||
namespace_packages=['qurator'],
|
||||
packages=find_packages(exclude=['tests']),
|
||||
install_requires=install_requires,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'eynollah=sbb_newspapers_org_image.cli:main',
|
||||
# 'ocrd-eynollah=eynollah.ocrd_cli:cli',
|
||||
'eynollah=qurator.eynollah.cli:main',
|
||||
# 'ocrd-eynollah=qurator.eynollah.ocrd_cli:cli',
|
||||
]
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue