We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be77b19 commit a9bdf18Copy full SHA for a9bdf18
setup.py
@@ -40,7 +40,7 @@
40
name='iotedgehubdev',
41
version=VERSION,
42
url='https://github.com/Azure/iotedgehubdev',
43
- license='BSD',
+ license='MIT',
44
author='iotedgehubdev',
45
author_email='vsciet@microsoft.com',
46
description='Azure IoT EdgeHub Dev Tool',
@@ -67,7 +67,7 @@
67
# 'Development Status :: 7 - Inactive',
68
'Environment :: Console',
69
'Intended Audience :: Developers',
70
- 'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: MIT License',
71
'Operating System :: POSIX',
72
'Operating System :: MacOS',
73
'Operating System :: Unix',
0 commit comments