diff options
| -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.py | 2 | 
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 @@ -16,7 +16,7 @@ setuptools.setup(      install_requires=['imapclient'], -    packages = ['climl'], +    packages = ['climl', 'confparser'],      entry_points={          'console_scripts': [ 'climl = climl:main' ],      }, | 
