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
d = generate_distutils_setup()
5
6
d[
'packages'
] = [
'simple_approximate_time_synchronizer'
]
7
d[
'package_dir'
] = {
''
:
'src'
}
8
d[
'install_requires'
] = []
9
10
setup
(**d)
setup
simple_approximate_time_synchronizer
Author(s): Michael Goerner
autogenerated on Mon Jun 10 2019 15:49:21