summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-09 23:08:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-09 23:08:58 -0500
commit51298a2cc4faa7253e9fe41d7a9574cf9aac997c (patch)
tree0c39dededb890aa7f772d00ba17cadc67cee6ef5
parent0df40810ec54590c888ae0e4073d73f731c91f4a (diff)
downloadpytest-runner-51298a2cc4faa7253e9fe41d7a9574cf9aac997c.tar.gz
Normalize indentation
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 106763e..8df8d27 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,9 +23,9 @@ setup_requires = setuptools_scm[toml] >= 3.4.1
[options.packages.find]
exclude =
- build*
- docs*
- tests*
+ build*
+ docs*
+ tests*
[options.extras_require]
testing =