Skip to content

Commit 8f17000

Browse files
committed
Update minor config for coverage and packaging
1 parent 8be2776 commit 8f17000

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ end_of_line = lf
1313
[Makefile]
1414
indent_style = tab
1515

16-
[*.{yaml,yml}]
16+
[*.{json,yaml,yml}]
1717
indent_size = 2

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include LICENSE.txt
22
include README.rst
3+
global-exclude __pycache__
4+
global-exclude *.py[co]

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ max-line-length = 120
77
omit =
88
setup.py
99
*/tests/*
10+
.eggs/*
11+
.tox/*

0 commit comments

Comments
 (0)