Skip to content

Commit

Permalink
Updated setup.py to correct a typo w/ license
Browse files Browse the repository at this point in the history
The setup.py file accidently say its using the MIT license which is not the case for this project. Updated to the proper license.
  • Loading branch information
coltoneakins authored Dec 23, 2020
1 parent 4632efb commit efe2ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ def run(self):
install_requires=REQUIRED,
extras_require=EXTRAS,
include_package_data=True,
license='MIT',
license='GPLv3+',
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit efe2ac5

Please sign in to comment.