From e5797b8eba4be267a0183ca73df87557a55c48fd Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Fri, 22 Oct 2021 12:40:12 +0200 Subject: [PATCH] Adjust licenses and classifiers in odbclient/odbserver Signed-off-by: Johannes Mueller --- tools/odbclient/setup.cfg | 2 +- tools/odbserver/setup.cfg | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/odbclient/setup.cfg b/tools/odbclient/setup.cfg index ea975403..33216771 100644 --- a/tools/odbclient/setup.cfg +++ b/tools/odbclient/setup.cfg @@ -7,7 +7,7 @@ name = pylife-odbclient description = A Python 3 client for odbAccess using pylife-odbserver author = Johannes Mueller author_email = johannes.mueller4@de.bosch.com -license = Apache 2 +license = Apache-2 long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 url = https://github.com/boschresearch/pylife/tools/odbclient diff --git a/tools/odbserver/setup.cfg b/tools/odbserver/setup.cfg index 8c7fa24c..ebecbd6d 100644 --- a/tools/odbserver/setup.cfg +++ b/tools/odbserver/setup.cfg @@ -3,13 +3,12 @@ name = pylife-odbserver summary = A server for odbAccess to be acessed by pylife-odbclient author = Johannes Mueller author_email = johannes.mueller4@de.bosch.com -license = none +license = Apache-2 home_page = http://github.com/boschresearch/pylife/tools/odbserver description_file = README.md # Add here all kinds of additional classifiers as defined under # https://pypi.python.org/pypi?%3Aaction=list_classifiers -classifiers = Development Status :: 4 - Beta, - Programming Language :: Python +classifiers = Programming Language :: Python [entry_points] # Add here console scripts like: