Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fmd committed Feb 16, 2014
1 parent a9a712d commit 0e72f1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 0e72f1a

Please sign in to comment.