We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724231c commit 0322a5bCopy full SHA for 0322a5b
1 file changed
pyproject.toml
@@ -7,7 +7,10 @@ name = "autofit"
7
dynamic = ["version", "dependencies"]
8
description = "Classy Probabilistic Programming"
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