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
# fetch values from package.xml
4
setup_args = generate_distutils_setup(
5
packages=[
'sr_gui_biotac'
],
6
package_dir={
''
:
'src'
})
7
setup
(**setup_args)
setup
sr_gui_biotac
Author(s): Dan Greenwald
autogenerated on Wed Oct 14 2020 03:22:47