summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Bieber <david810@gmail.com>2018-07-27 09:16:45 -0700
committerGitHub <noreply@github.com>2018-07-27 09:16:45 -0700
commit5a5d72050a42e4a0e4b7a6cf72b05af22846a5b6 (patch)
tree36bceb6e100c41ba044c2e7132d2345b3c553a02 /setup.py
parent03e0133a39606dd6b5c1065d5bb23c84c25c4fbb (diff)
downloadclick-5a5d72050a42e4a0e4b7a6cf72b05af22846a5b6.tar.gz
Adds missing comma in setup.py
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 53820e6..84967fc 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
- 'Operating System :: OS Independent'
+ 'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',