Skip to content

Commit

Permalink
Add pyproject.toml as per PEP 518
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and claudep committed Oct 22, 2019
1 parent 1f000f2 commit 3197e59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .isort.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
recursive-include docs *
recursive-include tests *
include pytest.ini tox.ini .isort.cfg .coveragerc *.md LICENSE AUTHORS
include pyproject.toml pytest.ini tox.ini .coveragerc *.md LICENSE AUTHORS
prune docs/_build
prune *.pyc
prune __pycache__
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tool.isort]
force_grid_wrap = 0
include_trailing_comma = true
line_length = 88
multi_line_output = 3
use_parentheses = true

0 comments on commit 3197e59

Please sign in to comment.