From 05da3e42858499a463769a44125fca900eca71e9 Mon Sep 17 00:00:00 2001 From: VG Date: Sun, 12 Jun 2016 20:15:21 +0200 Subject: add main package climl to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) 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' ], }, -- cgit v1.2.3