Skip to content

Commit 4d0779c

Browse files
authored
chore: make the license field PEP639 compatible (#548)
make the license field PEP639 compatible Signed-off-by: gruebel <[email protected]>
1 parent d03223e commit 4d0779c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.14.2
4+
rev: v0.14.3
55
hooks:
66
- id: ruff-check
77
args: [--fix]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ version = "0.8.3"
99
description = "Standardizing Feature Flagging for Everyone"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]
12-
license = { file = "LICENSE" }
12+
license = "Apache-2.0"
13+
license-files = ["LICENSE"]
1314
classifiers = [
14-
"License :: OSI Approved :: Apache Software License",
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
1717
]

0 commit comments

Comments
 (0)