Updated README and setup.py keywords. [ci skip]
This commit is contained in:
parent
ec9960df63
commit
c725633392
|
@ -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
|
||||
|
|
3
setup.py
3
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"',
|
||||
|
|
Loading…
Reference in New Issue