We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3476182 commit fa1530bCopy full SHA for fa1530b
setup.py
@@ -7,14 +7,14 @@ def read(fname):
7
8
9
setup(name='microsoftgraph-python',
10
- version='0.1.6',
+ version='0.1.7',
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',
+ license='MIT',
18
packages=['microsoftgraph'],
19
install_requires=[
20
'requests',
0 commit comments