Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fc55d0dd authored by CAMPION Sebastien's avatar CAMPION Sebastien
Browse files

fix md format

parent b44fce1c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ except ImportError:
import requests
log = logging.getLogger('allgo')
__version__ = '0.1.9'
__version__ = '0.1.11'
def local_token():
......
......@@ -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
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment