This commit is contained in:
Zoe Roux
2021-04-29 00:36:10 +02:00
parent 6a3f0b04fa
commit e75a589182

View File

@@ -5,9 +5,9 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="autopipe", name="autopipe",
version="0.0.1", version="0.0.3",
author="Tristan Roux", author="Zoe Roux",
author_email="tr.tristan-roux@outlook.fr", author_email="zoe.roux@sdg.moe",
description="A tool that allow one to create pipeline of automatic data processing.", description="A tool that allow one to create pipeline of automatic data processing.",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",