Skip to content

Commit b50d42b

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

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 = "python4datascience"
33
version = "24.2.0"
44
description = "Teaching materials for the cusy training courses on Python-based data science workflows: https://cusy.io/en/seminars"
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)