We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c02516 commit 69b18b6Copy full SHA for 69b18b6
pyproject.toml
@@ -7,7 +7,10 @@ name = "autoarray"
7
dynamic = ["version", "dependencies"]
8
description="PyAuto Data Structures"
9
readme = { file = "README.rst", content-type = "text/x-rst" }
10
-license = { text = "MIT" }
+license = "MIT"
11
+license-files = [
12
+ "LICENSE",
13
+]
14
requires-python = ">=3.9"
15
authors = [
16
{ name = "James Nightingale", email = "James.Nightingale@newcastle.ac.uk" },
0 commit comments