From 0e72f1a46607d16c6ca88846bde9c088054b3f10 Mon Sep 17 00:00:00 2001 From: Fareed Dudhia Date: Sun, 16 Feb 2014 16:17:24 +0000 Subject: [PATCH] updated readme --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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(),