We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0963dba commit e5f8dd4Copy full SHA for e5f8dd4
ad_map_access/python/setup.py.in
@@ -37,13 +37,12 @@ setup(
37
package_dir={"": sys.argv.pop(-1)},
38
package_data={"ad_map_access": ["*.so"]},
39
version="@CARLA-MAP_VERSION@",
40
- author='CARLA Simulator Team',
41
- author_email='carla.simulator@gmail.com',
+ author='Intel Corporation',
+ author_email='bernd.gassmann@intel.com',
42
license="MIT",
43
+ platforms="manylinux_2_35_x86_64",
44
classifiers=[
- programming_language_classifier,
45
- "License :: OSI Approved :: MIT License",
46
- "Operating System :: OS Independent",
+ programming_language_classifier
47
],
48
url="https://ad-map-access.readthedocs.io/en/latest/",
49
description="python binding of the C++ Library for Accessing Automated Driving Maps",
0 commit comments