We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f2af9 commit 4f7d8c3Copy full SHA for 4f7d8c3
pyproject.toml
@@ -6,10 +6,11 @@ authors = [
6
]
7
description = "Training materials for the cusy Python training courses: https://cusy.io/en/seminars"
8
readme = "README.rst"
9
+license = "BSD-3-Clause"
10
+license-files = [ "LICENSE" ]
11
requires-python = ">=3.9"
12
classifiers = [
13
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: BSD License",
14
"Operating System :: OS Independent",
15
16
dependencies = []
0 commit comments