File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 54
54
install_requires = ['sparkfun_qwiic_i2c' ],
55
55
56
56
# Choose your license
57
- license = 'GPLv2 ' ,
57
+ license = 'MIT ' ,
58
58
59
59
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
60
60
classifiers = [
69
69
'Topic :: Software Development :: Build Tools' ,
70
70
71
71
# Pick your license as you wish (should match "license" above)
72
- 'License :: OSI Approved :: GNU General Public License v2 (GPLv2) ' ,
72
+ 'License :: OSI Approved :: MIT License' ,
73
73
74
74
# Specify the Python versions you support here. In particular, ensure
75
75
# that you indicate whether you support Python 2, Python 3 or both.
76
- 'Programming Language :: Python :: 2.7'
77
- 'Programming Language :: Python :: 3'
76
+ 'Programming Language :: Python :: 2.7' ,
77
+ 'Programming Language :: Python :: 3.5' ,
78
+ 'Programming Language :: Python :: 3.6' ,
79
+ 'Programming Language :: Python :: 3.7' ,
80
+
78
81
],
79
82
80
83
# What does your project relate to?
You can’t perform that action at this time.
0 commit comments