Skip to content

Commit

Permalink
vsclib/setup.py: Change license information.
Browse files Browse the repository at this point in the history
It it self-evident from the LICENSE file that this was intended to be
MPLv2 licensed and the setup.py script should reflect this.

(When it becomes part of vsc-tools, then this setup.py might even be
 superfluous and therefore removed)
  • Loading branch information
Gunnar Andersson committed Oct 31, 2022
1 parent 15a9d78 commit 7fcc47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsclib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3.10",
"License :: Other/Proprietary License",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)"
"Operating System :: OS Independent",
],
python_requires='>=3.7',
Expand Down

0 comments on commit 7fcc47f

Please sign in to comment.