Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiro committed May 11, 2016
1 parent aed133c commit 9db08bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![Build Status](https://travis-ci.org/dmiro/iniconfig.svg?branch=master)](https://travis-ci.org/dmiro/iniconfig)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dmiro/iniconfig/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/dm/iniconfig.svg?maxAge=2592000)](https://pypi.python.org/pypi/iniconfig/)
[![PyPI](https://img.shields.io/pypi/v/iniconfig.svg?maxAge=2592000)](https://pypi.python.org/pypi/iniconfig/)
[![PyPI](https://img.shields.io/badge/Python-2.6%20|%202.7%20|%203.2%20|%203.3%20|%203.4%20|%203.5-green.svg)](https://pypi.python.org/pypi/iniconfig/)
[![PyPI](https://img.shields.io/pypi/dm/iniconfig.py.svg?maxAge=2592000)](https://pypi.python.org/pypi/iniconfig.py/)
[![PyPI](https://img.shields.io/pypi/v/iniconfig.py.svg?maxAge=2592000)](https://pypi.python.org/pypi/iniconfig.py/)
[![PyPI](https://img.shields.io/badge/Python-2.6%20|%202.7%20|%203.2%20|%203.3%20|%203.4%20|%203.5-green.svg)](https://pypi.python.org/pypi/iniconfig.py/)

A more convenient and practical approach to manage .ini files. You can link a class property with an .ini file option and delegating your management.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pass

setup(
name = 'iniconfig',
name = 'iniconfig.py',
version = __import__('iniconfig').__version__,
author = 'David Miro',
author_email = '[email protected]',
Expand Down

0 comments on commit 9db08bc

Please sign in to comment.