Skip to content

Commit

Permalink
Add some isort settings to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchinWeb committed Oct 18, 2016
1 parent 1ae9ba0 commit 2b75283
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[zest.releaser]
python-file-with-version = colourettu/__init__.py
python-file-with-version = colourettu/__version__.py
create-wheel = yes
extra-message = [ci skip]

[wheel]
universal = 1

[isort]
known_first_party= colourettu
not_skip = __init__.py

0 comments on commit 2b75283

Please sign in to comment.