From 7a3cb2a7e15b31a3510cdf56630dcf0aab2bb37c Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Wed, 9 Jul 2025 10:48:32 +0200 Subject: [PATCH 1/2] Fix Python meta data --- ad_rss/python/setup.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ad_rss/python/setup.py.in b/ad_rss/python/setup.py.in index a86d02ca38..ffd409143b 100644 --- a/ad_rss/python/setup.py.in +++ b/ad_rss/python/setup.py.in @@ -36,12 +36,12 @@ setup( package_data={"ad_rss": ["*.so"]}, version="@AD-RSS-LIB_VERSION@", author='Intel Corporation', - author_email='todo@todo.todo', + author_email='bernd.gassmann@intel.com', license="LGPL-2.1-only", classifiers=[ programming_language_classifier, - "License :: OSI Approved :: GNU Lesser General Public License v2.1", - "Operating System :: OS Independent", + "License-Expression :: LGPL-2.1-only", + "Supported-Platform :: manylinux_2_35_x86_64", ], url="https://intel.github.io/ad-rss-lib/", description="python binding of the C++ Library implementation of the Responsibility Sensitive Safety model", From e69286a06f4eb492e823b52c78fd8a3f5d88c274 Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Wed, 9 Jul 2025 10:50:05 +0200 Subject: [PATCH 2/2] Update setup.py.in --- ad_rss_map_integration/python/setup.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ad_rss_map_integration/python/setup.py.in b/ad_rss_map_integration/python/setup.py.in index 39a591fa4c..d4b9f21ea1 100644 --- a/ad_rss_map_integration/python/setup.py.in +++ b/ad_rss_map_integration/python/setup.py.in @@ -36,12 +36,12 @@ setup( package_data={"ad_rss_map_integration": ["*.so"]}, version="@AD-RSS-LIB_VERSION@", author='Intel Corporation', - author_email='todo@todo.todo', + author_email='bernd.gassmann@intel.com', license="LGPL-2.1-only", classifiers=[ programming_language_classifier, - "License :: OSI Approved :: GNU Lesser General Public License v2.1", - "Operating System :: OS Independent", + "License-Expression :: LGPL-2.1-only", + "Supported-Platform :: manylinux_2_35_x86_64", ], url="https://intel.github.io/ad-rss-lib/", description="python binding of the C++ Library example implementation for integrating Responsibility Sensitive Safety model (RSS) with automated driving maps",