summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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'],
},