From c725633392ad3de79a9a05f403ef6523807c5a28 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 10 Jul 2019 12:01:46 +0200 Subject: [PATCH] Updated README and setup.py keywords. [ci skip] --- README.md | 4 ++-- setup.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 719c5c9..3e06cda 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ d = benedict(existing_dict, keypath_separator='/') ### API -#### Keypath +#### Keypath methods - ##### keypaths @@ -89,7 +89,7 @@ d = benedict(existing_dict, keypath_separator='/') d.keypaths() ``` -#### Utility +#### Utility methods These methods are common utilities that will speed up your everyday work. - ##### clean diff --git a/setup.py b/setup.py index 4444b2d..f919e73 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,8 @@ setup( keywords=[ 'python', 'dictionary', 'dict', 'subclass', 'extended', 'benedict', 'io', 'keypath', 'parse', 'utility', 'data', - 'base64', 'json', 'querystring', 'toml', 'yaml', 'xml'], + 'base64', 'json', 'querystring', 'toml', 'yaml', 'xml', + ], install_requires=[ 'ftfy==4.4.3;python_version<"3.4"', 'ftfy;python_version>"2.7"',