diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-03 09:59:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-03 21:27:42 -0500 |
commit | a44e6e48abfdab8f5a7e457ae1e481005f7bdbe5 (patch) | |
tree | 56b56b992c9e5bc7f526322ddc0555a97431b226 /setup.py | |
parent | f97d0750a91e53bec387528344c1ca3bf86e1d08 (diff) | |
download | python-coveragepy-git-a44e6e48abfdab8f5a7e457ae1e481005f7bdbe5.tar.gz |
Cleanups for TOML code
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ setup_args = dict( }, extras_require={ - # Enable pyproject.toml support + # Enable pyproject.toml support. 'toml': ['toml'], }, |