Skip to content

Commit d2dc64d

Browse files
committed
🔧 Use PEP 639 licence expression
Remove deprecated Trove classifier
1 parent f83d50d commit d2dc64d

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
@@ -3,12 +3,13 @@ name = "pyviz-tutorial"
33
version = "24.1.0"
44
description = "Schulungsmaterialen für die cusy Python-Schulungen: https://cusy.io/de/seminare"
55
readme = "README.rst"
6+
license = "BSD-3-Clause"
7+
license-files = [ "LICENSE" ]
68
authors = [
79
{ name = "Veit Schiele", email = "veit@cusy.io" },
810
]
911
requires-python = ">=3.9"
1012
classifiers = [
11-
"License :: OSI Approved :: BSD License",
1213
"Operating System :: OS Independent",
1314
"Programming Language :: Python :: 3 :: Only",
1415
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)