diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-21 13:04:46 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-21 13:04:46 -0500 |
| commit | 743af7249d56e55a7c2c5f3111958ceee008d8ea (patch) | |
| tree | de4511be4c425db6956597f3a500b88da8fb8d93 | |
| parent | 51298a2cc4faa7253e9fe41d7a9574cf9aac997c (diff) | |
| download | python-setuptools-git-743af7249d56e55a7c2c5f3111958ceee008d8ea.tar.gz | |
Exclude dist from discovered packages. Fixes jaraco/skeleton#46.
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ setup_requires = setuptools_scm[toml] >= 3.4.1 [options.packages.find] exclude = build* + dist* docs* tests* |
