Skip to content

Commit 7fa359c

Browse files
committed
Add author in pyproject.toml, and update license expression
1 parent 9581d51 commit 7fa359c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/src/pyproject_template.toml.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ authors = [
77
{ name="Andrew P. Davison", email="andrew.davison@cnrs.fr" },
88
{ name="Lyuba Zehl", email="lyuba.zehl@ebrains.eu" },
99
{ name="Louisa Köhnen" },
10-
{ name="Peyman Najafi", email="peyman.najafi@cnrs.fr" }
11-
10+
{ name="Peyman Najafi", email="peyman.najafi@cnrs.fr" },
11+
{ name="Raphaël Gazzotti" }
1212
]
1313
requires-python = ">=3.8"
14-
license = {text = "MIT"}
14+
license = "MIT"
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)