blob: 80c0176153e864a52325d87eef49ac504651c1ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- pyproject.toml.orig 2025-11-25 17:09:08 UTC
+++ pyproject.toml
@@ -5,8 +5,8 @@ description = "Classes with architecture-specific info
[project]
name = "archinfo"
description = "Classes with architecture-specific information useful to other projects."
-license = "BSD-2-Clause"
-license-files = ["LICENSE"]
+license = {text = "BSD-2-Clause"}
+#license-files = ["LICENSE"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
|