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 7bfed09 commit 5fcf8cdCopy full SHA for 5fcf8cd
pyproject.toml
@@ -7,15 +7,15 @@ name = "niworkflows"
7
dynamic = ["version"]
8
description = "NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain."
9
readme = "README.rst"
10
-license = {file = "LICENSE"}
+license = "Apache-2.0"
11
+license-files = ["LICENSE"]
12
requires-python = ">= 3.9"
13
authors = [
14
{ name = "The NiPreps Developers", email = "[email protected]" },
15
]
16
classifiers = [
17
"Development Status :: 4 - Beta",
18
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: Apache Software License",
19
"Programming Language :: Python :: 3.9",
20
"Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
0 commit comments