From 1042779cdbf15b3c971744a5dae780706af3433b Mon Sep 17 00:00:00 2001 From: Philipp A Date: Thu, 7 Feb 2019 11:12:26 +0100 Subject: [PATCH] fix README check --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 079a214..94df9e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,10 @@ classifiers = [ 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', ] requires-python = '>=3.5' -requires = ['setuptools', 'future-fstrings'] +requires = [ + 'setuptools', + 'future-fstrings', +] description-file = 'README.rst' [tool.flit.metadata.requires-extra] @@ -23,6 +26,7 @@ test = [ 'pytest-cov', 'pytest-black; python_version != "3.5"', 'testpath', + 'pygments', # for README highlighting check ] [tool.black]