Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jan 2, 2023
1 parent a83e647 commit ead91c0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions setup.cfg
@@ -1,8 +1,10 @@
[metadata]
name = python-benedict
version = 0.28.0
version = attr: benedict.__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.
keywords =
python
Expand Down Expand Up @@ -56,8 +58,9 @@ keywords =
traverse
unflatten
unique
url = https://github.com/fabiocaccamo/python-benedict
download_url = https://github.com/fabiocaccamo/python-benedict/archive/0.28.0.tar.gz
url = https://github.com/fabiocaccamo/%(name)s
download_url = https://github.com/fabiocaccamo/%(name)s/releases
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Expand Down Expand Up @@ -85,8 +88,8 @@ classifiers =
Topic :: Text Processing :: Markup :: XML
Topic :: Utilities
project_urls =
Documentation = https://github.com/fabiocaccamo/python-benedict#readme
Issues = https://github.com/fabiocaccamo/python-benedict/issues
Documentation = https://github.com/fabiocaccamo/%(name)s#readme
Issues = https://github.com/fabiocaccamo/%(name)s/issues
Funding = https://github.com/sponsors/fabiocaccamo/
Twitter = https://twitter.com/fabiocaccamo

Expand Down

0 comments on commit ead91c0

Please sign in to comment.