Skip to content

Commit

Permalink
include packages correctly, up version number number for bad deployme…
Browse files Browse the repository at this point in the history
…nt 💯
  • Loading branch information
Alvin Wan committed Jan 3, 2018
1 parent c30463b commit a611a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run_tests(self):
sys.exit(errno)


VERSION = '0.1.1'
VERSION = '0.1.2'


setup(
Expand All @@ -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,
},
Expand Down

0 comments on commit a611a43

Please sign in to comment.