diff options
| author | Jayin <tonjayin@gmail.com> | 2015-02-06 02:04:24 +0800 |
|---|---|---|
| committer | Jayin <tonjayin@gmail.com> | 2015-02-06 02:04:24 +0800 |
| commit | b9ac0929097a737488305650456de03236970ffb (patch) | |
| tree | c50c20fd1202a25279732cfebd0610b4f91ae586 /examples/complex | |
| parent | fc01cc8eb74643eece918854db161c3816ee8779 (diff) | |
| download | click-b9ac0929097a737488305650456de03236970ffb.tar.gz | |
typo
Diffstat (limited to 'examples/complex')
| -rw-r--r-- | examples/complex/setup.py | 2 |
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] |
