Skip to content

Commit 7d6b42d

Browse files
committed
cleanup
1 parent 3334922 commit 7d6b42d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
install_requires=['sparkfun_qwiic_i2c'],
5555

5656
# Choose your license
57-
license='GPLv2',
57+
license='MIT',
5858

5959
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
6060
classifiers=[
@@ -69,12 +69,15 @@
6969
'Topic :: Software Development :: Build Tools',
7070

7171
# 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',
7373

7474
# Specify the Python versions you support here. In particular, ensure
7575
# 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+
7881
],
7982

8083
# What does your project relate to?

0 commit comments

Comments
 (0)