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/termui | |
| parent | fc01cc8eb74643eece918854db161c3816ee8779 (diff) | |
| download | click-b9ac0929097a737488305650456de03236970ffb.tar.gz | |
typo
Diffstat (limited to 'examples/termui')
| -rw-r--r-- | examples/termui/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/termui/setup.py b/examples/termui/setup.py index 8478cf8..14558e8 100644 --- a/examples/termui/setup.py +++ b/examples/termui/setup.py @@ -6,7 +6,7 @@ setup( py_modules=['termui'], include_package_data=True, install_requires=[ - 'Click', + 'click', # Colorama is only required for Windows. 'colorama', ], |
