We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901e94f commit 01d1e6fCopy full SHA for 01d1e6f
setup.py
@@ -7,10 +7,11 @@ def read(fname):
7
8
9
setup(name='microsoftgraph-python',
10
- version='0.1.5',
+ version='0.1.6',
11
description='API wrapper for Microsoft Graph written in Python',
12
long_description=read('README.md'),
13
url='https://github.com/GearPlug/microsoftgraph-python',
14
+ long_description_content_type="text/markdown",
15
author='Miguel Ferrer, Nerio Rincon, Yordy Gelvez',
16
author_email='ingferrermiguel@gmail.com',
17
license='GPL',
0 commit comments