Skip to content

Commit 78960f5

Browse files
committed
general: fix license clauses in pyproject files
1 parent 6d37826 commit 78960f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.minimal.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "pyroute2-minimal"
77
dynamic = ["version"]
88
description = "Python Netlink library"
99
readme = "README.rst"
10-
license = {text = "GPL-2.0-or-later OR Apache-2.0"}
10+
license = "GPL-2.0-or-later OR Apache-2.0"
11+
license-files = ["LICENSE*"]
1112
authors = [
1213
{name = "Peter Saveliev", email = "[email protected]"}
1314
]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "pyroute2"
77
dynamic = ["version"]
88
description = "Python Netlink library"
99
readme = "README.rst"
10-
license = {text = "GPL-2.0-or-later OR Apache-2.0"}
10+
license = "GPL-2.0-or-later OR Apache-2.0"
11+
license-files = ["LICENSE*"]
1112
authors = [
1213
{name = "Peter Saveliev", email = "[email protected]"}
1314
]

0 commit comments

Comments
 (0)