Skip to content

Commit 0d8ee05

Browse files
Updated license string
1 parent ab091cb commit 0d8ee05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "fidimag"
33
dynamic = ["version"]
44
description = "Atomistic and Finite-DIfference microMAGnetic code, based on Python, Cython and C "
55
readme = "README.md"
6-
license-files = ["LICENSE.txt"]
7-
license = "BSD-2-Clause"
6+
license-files = "LICENSE.txt"
7+
# license = "BSD-2-Clause"
88
requires-python = ">= 3.10"
99
dependencies = [
1010
'numpy',

0 commit comments

Comments
 (0)