Skip to content

Commit e5f8dd4

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ad_map_access/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_map_access": ["*.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 Accessing Automated Driving Maps",

0 commit comments

Comments
 (0)