-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes license to GPLv3 in mllint's setup.py as well
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ def has_ext_modules(self): | |
author="Bart van Oort", | ||
author_email="[email protected]", | ||
description="Linter for Machine Learning projects", | ||
license='MIT', | ||
license='GPLv3', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/bvobart/mllint", | ||
|
@@ -136,7 +136,7 @@ def has_ext_modules(self): | |
"Intended Audience :: Developers", | ||
"Intended Audience :: Information Technology", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: MIT License", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Natural Language :: English", | ||
"Operating System :: MacOS", | ||
"Operating System :: Microsoft :: Windows", | ||
|