Read package attrs dynamically from `metadata` module.

This commit is contained in:
Fabio Caccamo 2023-02-09 19:18:37 +01:00
parent 473f417be7
commit f70d733c24
1 changed files with 5 additions and 5 deletions

View File

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