Skip to content

Commit 84aec5c

Browse files
author
=
committed
added setup
1 parent 18ae001 commit 84aec5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
packages = ['nestedfetch'],
99
version = '0.1',
1010
license='MIT',
11-
description = 'syntactic sugar candy to deal with nested python dictionary and list. You can get, set, update and flatten values from deeply nested dictionaries and lists with a more concise, easier and a more KeyError, IndexError free way',
11+
description = 'Syntactic sugar to deal with nested python dictionary and list. You can get, set, update and flatten values from deeply nested dictionaries and lists with a more concise, easier and a more KeyError, IndexError free way',
1212
long_description=readme,
1313
author = 'Shubham Dalvi',
1414
author_email = 'shubham.dalvi97@gmail.com',

0 commit comments

Comments
 (0)