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:
Georg Pfuetzenreuter 2024-09-29 02:34:49 +02:00
parent 49a39e7970
commit e46d3a0410
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
2 changed files with 2 additions and 2 deletions

View File

@ -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' },

View File

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