diff --git a/setup.py b/setup.py index fdf2dd7..57e6571 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def run_tests(self): sys.exit(errno) -VERSION = '0.1.1' +VERSION = '0.1.2' setup( @@ -37,7 +37,7 @@ def run_tests(self): description="Allows you to undo pip commands", license="BSD", url="https://github.com/alvinwan/lepoop", - packages=['lepoop'], + packages=['lepoop', 'lepoop.entry'], cmdclass={ 'test': PyTest, },