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

Commit 7563178

Browse files
author
berndgassmann
authored
Fix Python metadata classifiers
1 parent bd74bd7 commit 7563178

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

ad_rss/python/setup.py.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ setup(
3838
author='Intel Corporation',
3939
author_email='[email protected]',
4040
license="LGPL-2.1-only",
41+
platforms="manylinux_2_35_x86_64",
4142
classifiers=[
42-
programming_language_classifier,
43-
"License-Expression :: LGPL-2.1-only",
44-
"Supported-Platform :: manylinux_2_35_x86_64",
43+
programming_language_classifier
4544
],
4645
url="https://intel.github.io/ad-rss-lib/",
4746
description="python binding of the C++ Library implementation of the Responsibility Sensitive Safety model",

ad_rss_map_integration/python/setup.py.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ setup(
3838
author='Intel Corporation',
3939
author_email='[email protected]',
4040
license="LGPL-2.1-only",
41+
platforms="manylinux_2_35_x86_64",
4142
classifiers=[
42-
programming_language_classifier,
43-
"License-Expression :: LGPL-2.1-only",
44-
"Supported-Platform :: manylinux_2_35_x86_64",
43+
programming_language_classifier
4544
],
4645
url="https://intel.github.io/ad-rss-lib/",
4746
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)