Skip to content

Commit fbf330b

Browse files
committed
New license designation format in pyproject.toml.
1 parent 7d3d61c commit fbf330b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ authors = [
99
{name = "Shmuel Leib Melamud", email = "balu@moera.org"},
1010
]
1111
description = "Library to interact with Moera decentralized social network"
12+
license = "Apache-2.0"
13+
license-files = ["LICENSE"]
1214
readme = "README.md"
1315
requires-python = ">=3.10"
1416
keywords = ["Moera", "library", "naming", "node", "API"]
1517
classifiers = [
1618
"Programming Language :: Python :: 3",
17-
"License :: OSI Approved :: Apache Software License",
1819
"Operating System :: OS Independent",
1920
"Intended Audience :: Developers",
2021
"Topic :: Software Development :: Libraries :: Python Modules"

0 commit comments

Comments
 (0)