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
5
setup_args = generate_distutils_setup(
6
packages=[
'topic_tools'
],
7
package_dir={
''
:
'python'
})
8
9
10
setup
(**setup_args)
setup
topic_tools
Author(s): Morgan Quigley, Brian Gerkey, Dirk Thomas
autogenerated on Mon Feb 28 2022 23:34:17