Skip to content

Commit a5c58f2

Browse files
authored
Merge pull request #8460 from hugovk/mit-cmu
Update licence to MIT-CMU
2 parents b5e1115 + e74994e commit a5c58f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ repos:
7070
rev: v0.20.2
7171
hooks:
7272
- id: validate-pyproject
73+
additional_dependencies: [trove-classifiers>=2024.10.12]
7374

7475
- repo: https://github.com/tox-dev/tox-ini-fmt
7576
rev: 1.4.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ readme = "README.md"
1414
keywords = [
1515
"Imaging",
1616
]
17-
license = { text = "HPND" }
17+
license = { text = "MIT-CMU" }
1818
authors = [
1919
{ name = "Jeffrey A. Clark", email = "[email protected]" },
2020
]
2121
requires-python = ">=3.9"
2222
classifiers = [
2323
"Development Status :: 6 - Mature",
24-
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)",
24+
"License :: OSI Approved :: CMU License (MIT-CMU)",
2525
"Programming Language :: Python :: 3 :: Only",
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)