diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-04-27 01:42:58 +0200 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-04-27 01:42:58 +0200 |
| commit | 0ed40c880cb3e7cdabd528ef7ca5da3800367aee (patch) | |
| tree | 0c481c608bd8af5d4231142aa4e5bce9ea5f151d /setup.py | |
| parent | 2b0e31cd7b4ccaa843f20f47f488ea81e6c7c43e (diff) | |
| download | click-0ed40c880cb3e7cdabd528ef7ca5da3800367aee.tar.gz | |
Split up click into a package
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ setup( author_email='armin.ronacher@active-4.com', version='0.1', url='http://github.com/mitsuhiko/click', - py_modules=['click'], + packages=['click'], description='A simple wrapper around optparse for ' 'powerful command line utilities.', classifiers=[ |
