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 cc37e2e commit b50d42bCopy full SHA for b50d42b
pyproject.toml
@@ -3,12 +3,13 @@ name = "python4datascience"
3
version = "24.2.0"
4
description = "Teaching materials for the cusy training courses on Python-based data science workflows: https://cusy.io/en/seminars"
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