From cdb2612ca6ed3da9ba4595a9d562ea939d1f9a2c Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 24 Feb 2020 23:30:42 +0800 Subject: [PATCH] Version 0.0.5 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c2e729..acc9a25 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,14 @@ setup( name='epic-path', - version='0.0.4', + version='0.0.5', url='https://github.com/ValentinVignal/EpicPath.git', license='MIT', author='Valentin Vignal', author_email='valentin.vignal.dev@outlook.fr', description='A simple high level library to work with Path', packages=find_packages(exclude=['tests', 'trash']), + long_description_content_type='text/markdown', long_description=open('README.md').read(), zip_safe=False ) \ No newline at end of file