update setup.py

pull/40/head
cneud 5 years ago
parent 99e8b53e15
commit 1ce93382fe

@ -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…
Cancel
Save