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 aded807 commit 5f94dd2Copy full SHA for 5f94dd2
pyproject.toml
@@ -1,13 +1,13 @@
1
[build-system]
2
-requires = ["setuptools>=45", "wheel"]
+requires = ["setuptools>=77.0.0", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "fire"
7
version = "0.7.1"
8
description = "A library for automatically generating command line interfaces."
9
readme = "README.md"
10
-license = {text = "Apache-2.0"}
+license = "Apache-2.0"
11
authors = [
12
{name = "David Bieber", email = "dbieber@google.com"}
13
]
0 commit comments