Skip to content

Commit

Permalink
Merge #29
Browse files Browse the repository at this point in the history
29: Clean up setup.cfg r=duckinator a=duckinator



Co-authored-by: Ellen Marie Dash <me@duckie.co>
  • Loading branch information
bors[bot] and duckinator committed Sep 25, 2019
2 parents 8587c33 + 1f44ce1 commit 937a777
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[aliases]
# Remove all source and wheel builds.
distclean = rotate --keep=0 --match=.tar.gz,.whl clean
# Make source and wheel builds, then remove all of them but the latest.
distbuild = sdist bdist_wheel rotate --keep=1 --match=.tar.gz,.whl
# test = pytest + pylint + flake8.
test = pytest --addopts '--pylint --flake8 --verbose'

Expand Down Expand Up @@ -56,19 +52,8 @@ testing =
console_scripts =
bork = bork.cli:main

[bdist]
bdist-base = build/bdist

[clean]
build-base = build
build-lib = build/lib
bdist-base = build/bdist
all = True

[flake8]
select = C,E,F,W,B,B9
ignore = E221
max-complexity = 7
max-line-length = 85
exclude =
.eggs,
Expand Down

0 comments on commit 937a777

Please sign in to comment.