Skip to content

Commit

Permalink
Correct license listed in pyproject.toml
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
flacjacket committed Sep 11, 2023
1 parent 61d7b8d commit 0d51adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "pywlroots"
description = "Python binding to the wlroots library using cffi"
authors = [{name = "Sean Vig", email = "[email protected]"}]
requires-python = ">=3.8"
license = {text = "MIT"}
license = {text = "University of Illinois/NCSA Open Source License"}
readme = "README.rst"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 0d51adc

Please sign in to comment.