blob: 34bee038fbe8c2de5466883f06e1b72ac86ca22f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-08-25 06:27:48 UTC
+++ pyproject.toml
@@ -12,8 +12,7 @@ authors = [
{name = "Chris Billington", email = "chrisjbillington@gmail.com"},
]
keywords = ["inotify"]
-license = "BSD-2-Clause"
-license-files = ["LICENSE"]
+license = {text = "BSD-2-Clause"}
requires-python = ">=3.6"
dynamic = ["version"]
|