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]
|
||||
name = python-benedict
|
||||
version = attr: benedict.metadata.__version__
|
||||
author = Fabio Caccamo
|
||||
author_email = fabio.caccamo@gmail.com
|
||||
maintainer = Fabio Caccamo
|
||||
maintainer_email = fabio.caccamo@gmail.com
|
||||
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.
|
||||
author = attr: benedict.metadata.__author__
|
||||
author_email = attr: benedict.metadata.__email__
|
||||
maintainer = attr: benedict.metadata.__author__
|
||||
maintainer_email = attr: benedict.metadata.__email__
|
||||
description = attr: benedict.metadata.__description__
|
||||
keywords =
|
||||
python
|
||||
dictionary
|
||||
|
|
Loading…
Reference in New Issue