Skip to content

Commit

Permalink
fix README check
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Feb 7, 2019
1 parent 1f99b43 commit 1042779
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -23,6 +26,7 @@ test = [
'pytest-cov',
'pytest-black; python_version != "3.5"',
'testpath',
'pygments', # for README highlighting check
]

[tool.black]
Expand Down

0 comments on commit 1042779

Please sign in to comment.