summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-21 13:04:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-21 13:04:46 -0500
commit743af7249d56e55a7c2c5f3111958ceee008d8ea (patch)
treede4511be4c425db6956597f3a500b88da8fb8d93
parent51298a2cc4faa7253e9fe41d7a9574cf9aac997c (diff)
downloadpytest-runner-743af7249d56e55a7c2c5f3111958ceee008d8ea.tar.gz
Exclude dist from discovered packages. Fixes jaraco/skeleton#46.
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8df8d27..af24641 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,7 @@ setup_requires = setuptools_scm[toml] >= 3.4.1
[options.packages.find]
exclude =
build*
+ dist*
docs*
tests*