blob: e2799155d5211df03294fac8a4efe3f965873a03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-06-16 22:25:09 UTC
+++ pyproject.toml
@@ -7,8 +7,7 @@ readme = "README.md"
dynamic = ["version"]
description = "Pythonic WebAuthn"
readme = "README.md"
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
+license = { text = "BSD-3-Clause" }
keywords = ["webauthn", "fido2"]
authors = [{ name = "Duo Labs", email = "labs@duo.com" }]
classifiers = [
|