Skip to content

Commit 733920d

Browse files
committed
fxied license field
1 parent 454bd80 commit 733920d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.1"
44
authors = [{ name = "Philip Zucker", email = "[email protected]" }]
55
description = "Interactive Theorem Prover"
66
readme = "README.md"
7-
license = { file = "LICENSE" }
7+
license = "MIT"
88
classifiers = [
99
"Programming Language :: Python :: 3",
1010
"License :: OSI Approved :: MIT License",
@@ -88,6 +88,4 @@ dev = [
8888
"pytest>=8.3.4",
8989
"ruff>=0.11.13",
9090
]
91-
rust = [
92-
"maturin>=1.8.6",
93-
]
91+
rust = ["maturin>=1.8.6"]

0 commit comments

Comments
 (0)