Skip to content

Commit 4f7d8c3

Browse files
committed
🔧 Use PEP 639 licence expression
Remove deprecated Trove classifier
1 parent 67f2af9 commit 4f7d8c3

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
@@ -6,10 +6,11 @@ authors = [
66
]
77
description = "Training materials for the cusy Python training courses: https://cusy.io/en/seminars"
88
readme = "README.rst"
9+
license = "BSD-3-Clause"
10+
license-files = [ "LICENSE" ]
911
requires-python = ">=3.9"
1012
classifiers = [
1113
"Programming Language :: Python :: 3",
12-
"License :: OSI Approved :: BSD License",
1314
"Operating System :: OS Independent",
1415
]
1516
dependencies = []

0 commit comments

Comments
 (0)