Skip to content

Commit bdb5113

Browse files
committed
build: Fix obsolete license format in pyproject.toml
1 parent ad74297 commit bdb5113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A fake but stateful Stripe server that you can run locally, for \
55
testing purposes."""
66
readme = {file = "README.rst", content-type = "text/x-rst"}
77
requires-python = ">=3.9"
8-
license = {text = "GPL-3.0-or-later"}
8+
license = "GPL-3.0-or-later"
99
authors = [{name = "Adrien Vergé"}]
1010
classifiers = [
1111
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)