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 01cc792 commit 71eaa11Copy full SHA for 71eaa11
pyproject.toml
@@ -7,12 +7,13 @@ name = "python4datascience"
7
version = "24.2.0"
8
description = "Teaching materials for the cusy training courses on Python-based data science workflows: https://cusy.io/en/seminars"
9
readme = "README.rst"
10
+license = "BSD-3-Clause"
11
+license-files = [ "LICENSE" ]
12
authors = [
13
{ name = "Veit Schiele", email = "[email protected]" },
14
]
15
requires-python = ">=3.9"
16
classifiers = [
- "License :: OSI Approved :: BSD License",
17
"Operating System :: OS Independent",
18
"Programming Language :: Python :: 3 :: Only",
19
"Programming Language :: Python :: 3.9",
0 commit comments