Main Page
Namespaces
Classes
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
################################################################################
3
#
4
# Copyright Airbus Group SAS 2015
5
# All rigths reserved.
6
#
7
# File Name : setup.py
8
# Authors : Martin Matignon
9
#
10
# If you find any bug or if you have any question please contact
11
# Adolfo Suarez Roos <adolfo.suarez@airbus.com>
12
# Martin Matignon <martin.matignon.external@airbus.com>
13
#
14
#
15
################################################################################
16
17
from
distutils.core
import
setup
18
from
catkin_pkg.python_setup
import
generate_distutils_setup
19
20
d = generate_distutils_setup(
21
packages=[
'airbus_cobot_gui'
],
22
package_dir={
''
:
'src'
},
23
)
24
25
setup
(**d)
setup
Definition:
setup.py:1
airbus_cobot_gui
Author(s):
autogenerated on Thu Dec 17 2015 11:42:05