move nested_lookup into a module

modified:   README.rst
	new file:   nested_lookup/__init__.py
	renamed:    nested_lookup.py -> nested_lookup/nested_lookup.py
	modified:   setup.py
This commit is contained in:
russellballestrini 2015-12-02 17:16:21 -05:00
parent 564f55a507
commit 825f5ff28f
4 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ with open('requirements.txt', 'r') as f:
setup(
name = 'nested-lookup',
version = '0.1.0',
version = '0.1.1',
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(),