Skip to content

Commit 034b4ac

Browse files
committed
Use new way of specifying license
1 parent 70368d7 commit 034b4ac

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
@@ -16,7 +16,7 @@ keywords = [
1616
"vuforia",
1717
"vws",
1818
]
19-
license = { file = "LICENSE" }
19+
license = "MIT"
2020
authors = [
2121
{ name = "Adam Dangoor", email = "[email protected]" },
2222
]
@@ -25,7 +25,6 @@ classifiers = [
2525
"Development Status :: 5 - Production/Stable",
2626
"Environment :: Web Environment",
2727
"Framework :: Pytest",
28-
"License :: OSI Approved :: MIT License",
2928
"Operating System :: Microsoft :: Windows",
3029
"Operating System :: POSIX",
3130
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)