From fc55d0dd0ffc68472b930b30bcbefaa85d4e74af Mon Sep 17 00:00:00 2001 From: Sebastien Campion <sebastien.campion@inria.fr> Date: Wed, 3 Jul 2019 22:09:00 +0200 Subject: [PATCH] fix md format --- allgo/__init__.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/allgo/__init__.py b/allgo/__init__.py index 4ba04d3..6b7e252 100644 --- a/allgo/__init__.py +++ b/allgo/__init__.py @@ -13,7 +13,7 @@ except ImportError: import requests log = logging.getLogger('allgo') -__version__ = '0.1.9' +__version__ = '0.1.11' def local_token(): diff --git a/setup.py b/setup.py index ed49794..d8a6efd 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ setup( author_email="sebastien.campion@inria.fr", description="AllGo client module", long_description=open('README.md').read(), + long_description_content_type='text/markdown', include_package_data=True, url='https://gitlab.inria.fr/allgo/client', classifiers=[ @@ -22,4 +23,4 @@ setup( "Topic :: Communications", ], license="AGPL", -) \ No newline at end of file +) -- GitLab