summaryrefslogtreecommitdiff
path: root/examples/complex
diff options
context:
space:
mode:
authorJayin <tonjayin@gmail.com>2015-02-06 02:04:24 +0800
committerJayin <tonjayin@gmail.com>2015-02-06 02:04:24 +0800
commitb9ac0929097a737488305650456de03236970ffb (patch)
treec50c20fd1202a25279732cfebd0610b4f91ae586 /examples/complex
parentfc01cc8eb74643eece918854db161c3816ee8779 (diff)
downloadclick-b9ac0929097a737488305650456de03236970ffb.tar.gz
typo
Diffstat (limited to 'examples/complex')
-rw-r--r--examples/complex/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex/setup.py b/examples/complex/setup.py
index 3c9946c..dee002c 100644
--- a/examples/complex/setup.py
+++ b/examples/complex/setup.py
@@ -6,7 +6,7 @@ setup(
packages=['complex', 'complex.commands'],
include_package_data=True,
install_requires=[
- 'Click',
+ 'click',
],
entry_points='''
[console_scripts]