summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-04-27 01:42:58 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-04-27 01:42:58 +0200
commit0ed40c880cb3e7cdabd528ef7ca5da3800367aee (patch)
tree0c481c608bd8af5d4231142aa4e5bce9ea5f151d /setup.py
parent2b0e31cd7b4ccaa843f20f47f488ea81e6c7c43e (diff)
downloadclick-0ed40c880cb3e7cdabd528ef7ca5da3800367aee.tar.gz
Split up click into a package
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 71554f0..4c22b58 100644
--- a/setup.py
+++ b/setup.py
@@ -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=[