Skip to content

Commit 1fd5a1e

Browse files
Merge pull request #1011 from VWS-Python/rm-license-2
Use new way of specifying license
2 parents 839d5b6 + 2e69842 commit 1fd5a1e

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: check-useless-excludes
4747
- repo: https://github.com/pre-commit/pre-commit-hooks
48-
rev: v5.0.0
48+
rev: v6.0.0
4949
hooks:
5050
- id: check-added-large-files
5151
- id: check-case-conflict

LICENSE

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

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = [
1313
"vuforia",
1414
"vws",
1515
]
16-
license = { file = "LICENSE" }
16+
license = "MIT"
1717
authors = [
1818
{ name = "Adam Dangoor", email = "[email protected]" },
1919
]
@@ -22,7 +22,6 @@ classifiers = [
2222
"Development Status :: 5 - Production/Stable",
2323
"Environment :: Web Environment",
2424
"Framework :: Pytest",
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)