Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ad_rss/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ setup(
author='Intel Corporation',
author_email='bernd.gassmann@intel.com',
license="LGPL-2.1-only",
platforms="manylinux_2_35_x86_64",
classifiers=[
programming_language_classifier,
"License-Expression :: LGPL-2.1-only",
"Supported-Platform :: manylinux_2_35_x86_64",
programming_language_classifier
],
url="https://intel.github.io/ad-rss-lib/",
description="python binding of the C++ Library implementation of the Responsibility Sensitive Safety model",
Expand Down
5 changes: 2 additions & 3 deletions ad_rss_map_integration/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ setup(
author='Intel Corporation',
author_email='bernd.gassmann@intel.com',
license="LGPL-2.1-only",
platforms="manylinux_2_35_x86_64",
classifiers=[
programming_language_classifier,
"License-Expression :: LGPL-2.1-only",
"Supported-Platform :: manylinux_2_35_x86_64",
programming_language_classifier
],
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",
Expand Down
Loading