Updated README and setup.py keywords. [ci skip]

This commit is contained in:
Fabio Caccamo 2019-07-10 12:01:46 +02:00
parent ec9960df63
commit c725633392
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"',