Main Page
Namespaces
Classes
Files
File List
setup.py
Go to the documentation of this file.
1
from
distutils.core
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
# reads package.xml
5
setup_args = generate_distutils_setup(
6
packages=[
'ifm3d'
],
7
package_dir={
''
:
'pylib'
},
8
)
9
10
setup
(**setup_args)
setup
ifm3d
Author(s): Tom Panzarella
autogenerated on Thu Feb 4 2021 03:23:54