Skip to content

Commit 0963dba

Browse files
author
berndgassmann
authored
Update setup.py.in
1 parent 42eb284 commit 0963dba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ad_physics/python/setup.py.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ setup(
3737
package_dir={"": sys.argv.pop(-1)},
3838
package_data={"ad_physics": ["*.so"]},
3939
version="@CARLA-MAP_VERSION@",
40-
author='CARLA Simulator Team',
41-
author_email='carla.simulator@gmail.com',
40+
author='Intel Corporation',
41+
author_email='bernd.gassmann@intel.com',
4242
license="MIT",
43+
platforms="manylinux_2_35_x86_64",
4344
classifiers=[
44-
programming_language_classifier,
45-
"License :: OSI Approved :: MIT License",
46-
"Operating System :: OS Independent",
45+
programming_language_classifier
4746
],
4847
url="https://ad-map-access.readthedocs.io/en/latest/",
4948
description="python binding of the C++ library for Automated Driving physics data types",

0 commit comments

Comments
 (0)