Skip to content

Commit 69b18b6

Browse files
Jammy2211Jammy2211
authored andcommitted
license
1 parent 2c02516 commit 69b18b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ name = "autoarray"
77
dynamic = ["version", "dependencies"]
88
description="PyAuto Data Structures"
99
readme = { file = "README.rst", content-type = "text/x-rst" }
10-
license = { text = "MIT" }
10+
license = "MIT"
11+
license-files = [
12+
"LICENSE",
13+
]
1114
requires-python = ">=3.9"
1215
authors = [
1316
{ name = "James Nightingale", email = "James.Nightingale@newcastle.ac.uk" },

0 commit comments

Comments
 (0)