aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--confparser/__init__.py (renamed from confparser.py)0
-rw-r--r--confparser/confparser_test.py (renamed from confparser_test.py)0
-rw-r--r--setup.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/confparser.py b/confparser/__init__.py
index e43443b..e43443b 100644
--- a/confparser.py
+++ b/confparser/__init__.py
diff --git a/confparser_test.py b/confparser/confparser_test.py
index d5044f2..d5044f2 100644
--- a/confparser_test.py
+++ b/confparser/confparser_test.py
diff --git a/setup.py b/setup.py
index 40babcb..d6ff9f3 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setuptools.setup(
install_requires=['imapclient'],
- packages = ['climl'],
+ packages = ['climl', 'confparser'],
entry_points={
'console_scripts': [ 'climl = climl:main' ],
},