Skip to content

Commit 5c61468

Browse files
committed
change in required license field for pyproject.toml
1 parent de42dc9 commit 5c61468

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pipeline/src/pyproject_template.toml.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ authors = [
88
{ name="Lyuba Zehl", email="lyuba.zehl@ebrains.eu" },
99
{ name="Louisa Köhnen" },
1010
{ name="Peyman Najafi", email="peyman.najafi@cnrs.fr" }
11-
1211
]
1312
requires-python = ">=3.8"
14-
license = {text = "MIT"}
13+
license = "MIT"
1514
classifiers = [
1615
"Development Status :: 4 - Beta",
1716
"Intended Audience :: Science/Research",
1817
"Topic :: Scientific/Engineering",
19-
"License :: OSI Approved :: MIT License",
2018
"Programming Language :: Python :: 3"
2119
]
2220
keywords = ["openMINDS", "Open Metadata Initiative", "metadata"]

0 commit comments

Comments
 (0)