summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-03 09:59:12 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-03 21:27:42 -0500
commita44e6e48abfdab8f5a7e457ae1e481005f7bdbe5 (patch)
tree56b56b992c9e5bc7f526322ddc0555a97431b226 /setup.py
parentf97d0750a91e53bec387528344c1ca3bf86e1d08 (diff)
downloadpython-coveragepy-git-a44e6e48abfdab8f5a7e457ae1e481005f7bdbe5.tar.gz
Cleanups for TOML code
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd6619b3..10973740 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ setup_args = dict(
},
extras_require={
- # Enable pyproject.toml support
+ # Enable pyproject.toml support.
'toml': ['toml'],
},