modified: setup.py

This commit is contained in:
russellballestrini 2018-11-01 17:48:36 -04:00
parent 7513169ab4
commit 4402da08fe

View file

@ -13,7 +13,7 @@ with open('requirements.txt', 'r') as f:
setup(
name = 'nested-lookup',
version = '0.1.7',
version = '0.1.8',
description = 'lookup a key in a deeply nested document of dicts and lists',
keywords = 'nested document dictionary dict list lookup schema json xml yaml',
long_description = open('README.rst').read(),