diff --git a/README.md b/README.md index 7d33c9a..ced70c6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ lazyconf is an insultingly simple tool for configuring python applications. ## Dependencies * Python 2.7 +## Installation + + pip install lazyconf + ## Usage The basic idea is that you run `lazyconf config` in your **base** directory: diff --git a/setup.py b/setup.py index 0ac7e03..aea06fa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='lazyconf', - version='0.5.3', + version='0.5.4', author='Fareed Dudhia', author_email='fareeddudhia@gmail.com', packages=find_packages(),