Skip to content

Commit

Permalink
Update minor config for coverage and packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Jan 12, 2023
1 parent 8be2776 commit 8f17000
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ end_of_line = lf
[Makefile]
indent_style = tab

[*.{yaml,yml}]
[*.{json,yaml,yml}]
indent_size = 2
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include LICENSE.txt
include README.rst
global-exclude __pycache__
global-exclude *.py[co]
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ max-line-length = 120
omit =
setup.py
*/tests/*
.eggs/*
.tox/*

0 comments on commit 8f17000

Please sign in to comment.