Skip to content

Commit b12134b

Browse files
Merge pull request #2658 from VWS-Python/rm-license
Simplify specifying license
2 parents b1ca1c6 + eb19b90 commit b12134b

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ keywords = [
1414
"vuforia",
1515
"vws",
1616
]
17-
license = { file = "LICENSE" }
17+
license = "MIT"
1818
authors = [
1919
{ name = "Adam Dangoor", email = "[email protected]" },
2020
]
2121
requires-python = ">=3.13"
2222
classifiers = [
2323
"Development Status :: 5 - Production/Stable",
2424
"Environment :: Web Environment",
25-
"License :: OSI Approved :: MIT License",
2625
"Operating System :: Microsoft :: Windows",
2726
"Operating System :: POSIX",
2827
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)