Skip to content

Commit 5f94dd2

Browse files
committed
Choose modern license format
1 parent aded807 commit 5f94dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["setuptools>=45", "wheel"]
2+
requires = ["setuptools>=77.0.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fire"
77
version = "0.7.1"
88
description = "A library for automatically generating command line interfaces."
99
readme = "README.md"
10-
license = {text = "Apache-2.0"}
10+
license = "Apache-2.0"
1111
authors = [
1212
{name = "David Bieber", email = "dbieber@google.com"}
1313
]

0 commit comments

Comments
 (0)