Skip to content

Commit 0427c19

Browse files
committed
fix: update .gitignore to include specific static files and modify license format in pyproject.toml
1 parent 9d94f07 commit 0427c19

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ docs/source/auto_tutorials/
9090
docs/source/auto_examples/
9191
docs/source/sg_execution_times.rst
9292
docs/source/generated/
93+
!docs/source/_static/caliBrain.png
94+
!docs/source/_static/caliBrain.svg
9395

9496
# Local/generated project artifacts
9597
results/

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ authors = [
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.10",
18-
"License :: OSI Approved :: BSD License",
1918
"Operating System :: OS Independent",
2019
]
21-
license = {text = "BSD-3-Clause"}
20+
license = "BSD-3-Clause"
2221
readme = "README.md"
2322
requires-python = ">=3.10"
2423

0 commit comments

Comments
 (0)