blob: 478ce982457f1b8dc6da80f5f67ddb7fc2a627a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-08-12 18:47:53 UTC
+++ pyproject.toml
@@ -9,8 +9,7 @@ readme = "README.md"
{name = "David Glick", email = "david@glicksoftware.com"}
]
readme = "README.md"
-license = "MIT"
-license-files = ["LICENSE"]
+license = {file = "LICENSE"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
|