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 f83d50d commit d2dc64dCopy full SHA for d2dc64d
pyproject.toml
@@ -3,12 +3,13 @@ name = "pyviz-tutorial"
3
version = "24.1.0"
4
description = "Schulungsmaterialen für die cusy Python-Schulungen: https://cusy.io/de/seminare"
5
readme = "README.rst"
6
+license = "BSD-3-Clause"
7
+license-files = [ "LICENSE" ]
8
authors = [
9
{ name = "Veit Schiele", email = "veit@cusy.io" },
10
]
11
requires-python = ">=3.9"
12
classifiers = [
- "License :: OSI Approved :: BSD License",
13
"Operating System :: OS Independent",
14
"Programming Language :: Python :: 3 :: Only",
15
"Programming Language :: Python :: 3.9",
0 commit comments