Skip to content

Commit

Permalink
license - restore BSD-3-Clause
Browse files Browse the repository at this point in the history
Dorthu/openapi3 had "BSD 3-Clause License" in setup.py
migrating to setup.cfg license was left empty
migrating to pyproject.toml license was changed to MIT
  • Loading branch information
commonism committed Sep 5, 2023
1 parent 07955a5 commit 8cec638
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 @@ -17,7 +17,7 @@ dependencies = [
]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
license = {text = "BSD-3-Clause"}
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
Expand Down

0 comments on commit 8cec638

Please sign in to comment.