0.0.2 tagged

modified:   README.rst
	modified:   setup.py
This commit is contained in:
Russell Ballestrini 2015-11-07 09:16:44 -05:00
parent cc050fd409
commit fb64e8a00a
2 changed files with 10 additions and 12 deletions

View file

@ -4,9 +4,9 @@ from setuptools import setup
setup(
name = 'nested-lookup',
version = '0.0.1',
version = '0.0.2',
description = 'lookup a key in a deeply nested document of dicts and lists',
keywords = 'nested document dictionary dict list lookup schema json xml',
keywords = 'nested document dictionary dict list lookup schema json xml yaml',
long_description = open('README.rst').read(),
author = 'Russell Ballestrini',