mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-09 19:59:55 +02:00
update setup.py
This commit is contained in:
parent
99e8b53e15
commit
1ce93382fe
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@ with open('requirements.txt') as fp:
|
||||||
install_requires = fp.read()
|
install_requires = fp.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="ner-edith",
|
name="neath",
|
||||||
version="0.0.1",
|
version="0.0.1",
|
||||||
author="",
|
author="",
|
||||||
author_email="qurator@sbb.spk-berlin.de",
|
author_email="qurator@sbb.spk-berlin.de",
|
||||||
description="ner.edith",
|
description="neath",
|
||||||
long_description=open("README.md", "r", encoding='utf-8').read(),
|
long_description=open("README.md", "r", encoding='utf-8').read(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
keywords='qurator',
|
keywords='qurator',
|
||||||
license='Apache',
|
license='Apache License 2.0',
|
||||||
url="https://github.com/cneud/ner.edith",
|
url="https://github.com/qurator-spk/neath",
|
||||||
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
||||||
"tests.*", "tests"]),
|
"tests.*", "tests"]),
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue