Skip to content

Commit

Permalink
Add setup.cfg to be used while making built distribution wheels and a…
Browse files Browse the repository at this point in the history
…lso be used by other tools like tox
  • Loading branch information
uluQulu committed Jan 12, 2019
1 parent ecb2e07 commit ed2ea6c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tool:pytest]
testpaths = tests

[flake8]
max-line-length = 79
exclude = .tox

[metadata]
license-file = LICENSE

[bdist_wheel]
# use py2.py3 tag for pure-python dist
universal = 1

0 comments on commit ed2ea6c

Please sign in to comment.