We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454bd80 commit 733920dCopy full SHA for 733920d
pyproject.toml
@@ -4,7 +4,7 @@ version = "0.1.1"
4
authors = [{ name = "Philip Zucker", email = "[email protected]" }]
5
description = "Interactive Theorem Prover"
6
readme = "README.md"
7
-license = { file = "LICENSE" }
+license = "MIT"
8
classifiers = [
9
"Programming Language :: Python :: 3",
10
"License :: OSI Approved :: MIT License",
@@ -88,6 +88,4 @@ dev = [
88
"pytest>=8.3.4",
89
"ruff>=0.11.13",
90
]
91
-rust = [
92
- "maturin>=1.8.6",
93
-]
+rust = ["maturin>=1.8.6"]
0 commit comments