Skip to content

Commit 5eccf1a

Browse files
committed
Tidy pyproject.toml readme and license fields
1 parent b32c13d commit 5eccf1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ requires = [
88
name = "pytest-randomly"
99
version = "3.15.0"
1010
description = "Pytest plugin to randomly order tests and control random.seed."
11-
readme = { file = "README.rst", content-type = "text/x-rst" }
11+
readme = "README.rst"
1212
keywords = [
1313
"pytest",
1414
"random",
1515
"randomise",
1616
"randomize",
1717
"randomly",
1818
]
19-
license = { text = "MIT" }
2019
authors = [
2120
{ name = "Adam Johnson", email = "[email protected]" },
2221
]

0 commit comments

Comments
 (0)