Skip to content

Commit 71eaa11

Browse files
committed
🔧 Use PEP 639 licence expression
Remove deprecated Trove classifier
1 parent 01cc792 commit 71eaa11

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
@@ -7,12 +7,13 @@ name = "python4datascience"
77
version = "24.2.0"
88
description = "Teaching materials for the cusy training courses on Python-based data science workflows: https://cusy.io/en/seminars"
99
readme = "README.rst"
10+
license = "BSD-3-Clause"
11+
license-files = [ "LICENSE" ]
1012
authors = [
1113
{ name = "Veit Schiele", email = "[email protected]" },
1214
]
1315
requires-python = ">=3.9"
1416
classifiers = [
15-
"License :: OSI Approved :: BSD License",
1617
"Operating System :: OS Independent",
1718
"Programming Language :: Python :: 3 :: Only",
1819
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)