diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-09 23:08:58 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-09 23:08:58 -0500 |
| commit | 51298a2cc4faa7253e9fe41d7a9574cf9aac997c (patch) | |
| tree | 0c39dededb890aa7f772d00ba17cadc67cee6ef5 | |
| parent | 0df40810ec54590c888ae0e4073d73f731c91f4a (diff) | |
| download | python-setuptools-git-51298a2cc4faa7253e9fe41d7a9574cf9aac997c.tar.gz | |
Normalize indentation
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = |
