Align server package description
Unify capitalization with client library and align both setup configurations. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
49a39e7970
commit
e46d3a0410
@ -5,7 +5,7 @@ build-backend = 'setuptools.build_meta'
|
||||
|
||||
[project]
|
||||
name = 'nftables_api-server'
|
||||
description = 'RESTful HTTP API for nftables (server)'
|
||||
description = 'RESTful HTTP API for nftables (Server)'
|
||||
dynamic = ['license', 'readme', 'version']
|
||||
authors = [
|
||||
{ name='Georg Pfuetzenreuter', email='georg+python@lysergic.dev' },
|
||||
|
@ -3,7 +3,7 @@ name = nftables_api-server
|
||||
version = attr: nftables_api.__version__
|
||||
author = Georg Pfuetzenreuter
|
||||
author_email = georg+python@lysergic.dev
|
||||
description = RESTful HTTP API for nftables
|
||||
description = RESTful HTTP API for nftables (Server)
|
||||
license = EUPL-1.2
|
||||
long_description = file: README.md, LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user