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 9d94f07 commit 0427c19Copy full SHA for 0427c19
2 files changed
.gitignore
@@ -90,6 +90,8 @@ docs/source/auto_tutorials/
90
docs/source/auto_examples/
91
docs/source/sg_execution_times.rst
92
docs/source/generated/
93
+!docs/source/_static/caliBrain.png
94
+!docs/source/_static/caliBrain.svg
95
96
# Local/generated project artifacts
97
results/
pyproject.toml
@@ -15,10 +15,9 @@ authors = [
15
classifiers = [
16
"Programming Language :: Python :: 3",
17
"Programming Language :: Python :: 3.10",
18
- "License :: OSI Approved :: BSD License",
19
"Operating System :: OS Independent",
20
]
21
-license = {text = "BSD-3-Clause"}
+license = "BSD-3-Clause"
22
readme = "README.md"
23
requires-python = ">=3.10"
24
0 commit comments