Read package attrs dynamically from `metadata` module.
This commit is contained in:
parent
473f417be7
commit
f70d733c24
10
setup.cfg
10
setup.cfg
|
@ -1,11 +1,11 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = python-benedict
|
name = python-benedict
|
||||||
version = attr: benedict.metadata.__version__
|
version = attr: benedict.metadata.__version__
|
||||||
author = Fabio Caccamo
|
author = attr: benedict.metadata.__author__
|
||||||
author_email = fabio.caccamo@gmail.com
|
author_email = attr: benedict.metadata.__email__
|
||||||
maintainer = Fabio Caccamo
|
maintainer = attr: benedict.metadata.__author__
|
||||||
maintainer_email = fabio.caccamo@gmail.com
|
maintainer_email = attr: benedict.metadata.__email__
|
||||||
description = python-benedict is a dict subclass with keylist/keypath support, normalized I/O operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml) and many utilities... for humans, obviously.
|
description = attr: benedict.metadata.__description__
|
||||||
keywords =
|
keywords =
|
||||||
python
|
python
|
||||||
dictionary
|
dictionary
|
||||||
|
|
Loading…
Reference in New Issue