aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-06-12 20:15:21 +0200
committerVG <vg@devys.org>2016-06-12 20:15:21 +0200
commit05da3e42858499a463769a44125fca900eca71e9 (patch)
tree417db2bceed671ccee4c0daa8a5a8aebf69b07f8
parentd49fb81d396b6f29054d16ff9d61b052707a0f57 (diff)
downloadcliml-05da3e42858499a463769a44125fca900eca71e9.tar.gz
climl-05da3e42858499a463769a44125fca900eca71e9.tar.bz2
climl-05da3e42858499a463769a44125fca900eca71e9.zip
add main package climl to setup.py
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1bbc1a0..40babcb 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ setuptools.setup(
install_requires=['imapclient'],
+ packages = ['climl'],
entry_points={
'console_scripts': [ 'climl = climl:main' ],
},