Skip to content

Commit 9442599

Browse files
piotrm-nvidiadelfick
authored andcommitted
Fix license in pyproject.toml
1 parent eed8f19 commit 9442599

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
@@ -7,7 +7,7 @@ name = "alt-pytest-asyncio"
77
dynamic = ["version"]
88
description = "Alternative pytest plugin to pytest-asyncio"
99
readme = "README.rst"
10-
license = "MIT"
10+
license = { text = "MIT" }
1111
requires-python = ">= 3.7"
1212
authors = [
1313
{ name = "Stephen Moore", email = "[email protected]" },

0 commit comments

Comments
 (0)