forked from pool/python-pytest-pycodestyle
Use a patch instead of sed command to support old license format in pyproject.toml
14 lines
485 B
Diff
14 lines
485 B
Diff
Index: pytest_pycodestyle-2.5.0/pyproject.toml
|
|
===================================================================
|
|
--- pytest_pycodestyle-2.5.0.orig/pyproject.toml
|
|
+++ pytest_pycodestyle-2.5.0/pyproject.toml
|
|
@@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
|
|
name = "pytest-pycodestyle"
|
|
description = "pytest plugin to run pycodestyle"
|
|
readme = "README.md"
|
|
-license = "MIT"
|
|
+license = { text = "MIT" }
|
|
authors = [
|
|
{ name = "OMOTO Tsukasa", email = "tsukasa@oomo.to" }
|
|
]
|