Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit bd74bd7

Browse files
author
berndgassmann
authored
Fix python metadata
1 parent 029f045 commit bd74bd7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ad_rss/python/setup.py.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ setup(
3636
package_data={"ad_rss": ["*.so"]},
3737
version="@AD-RSS-LIB_VERSION@",
3838
author='Intel Corporation',
39-
author_email='todo@todo.todo',
39+
author_email='bernd.gassmann@intel.com',
4040
license="LGPL-2.1-only",
4141
classifiers=[
4242
programming_language_classifier,
43-
"License :: OSI Approved :: GNU Lesser General Public License v2.1",
44-
"Operating System :: OS Independent",
43+
"License-Expression :: LGPL-2.1-only",
44+
"Supported-Platform :: manylinux_2_35_x86_64",
4545
],
4646
url="https://intel.github.io/ad-rss-lib/",
4747
description="python binding of the C++ Library implementation of the Responsibility Sensitive Safety model",

ad_rss_map_integration/python/setup.py.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ setup(
3636
package_data={"ad_rss_map_integration": ["*.so"]},
3737
version="@AD-RSS-LIB_VERSION@",
3838
author='Intel Corporation',
39-
author_email='todo@todo.todo',
39+
author_email='bernd.gassmann@intel.com',
4040
license="LGPL-2.1-only",
4141
classifiers=[
4242
programming_language_classifier,
43-
"License :: OSI Approved :: GNU Lesser General Public License v2.1",
44-
"Operating System :: OS Independent",
43+
"License-Expression :: LGPL-2.1-only",
44+
"Supported-Platform :: manylinux_2_35_x86_64",
4545
],
4646
url="https://intel.github.io/ad-rss-lib/",
4747
description="python binding of the C++ Library example implementation for integrating Responsibility Sensitive Safety model (RSS) with automated driving maps",

0 commit comments

Comments
 (0)