blob: a6516dee334fb790841ca84a96981f41856b0f55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-08-11 18:54:15 UTC
+++ pyproject.toml
@@ -66,8 +66,7 @@ keywords = [
"BDD", "behavior-driven-development", "bdd-framework",
"behave", "gherkin", "cucumber-like"
]
-license = "BSD-2-Clause"
-license-files = ["LICENSE"]
+license = { text = "BSD-2-Clause" }
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
|