Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
setup.py
Go to the documentation of this file.
1
# Software License Agreement (BSD)
2
#
3
# \file setup.py
4
# \authors Paul Bovbel <pbovbel@locusrobotics.com>
5
# \copyright Copyright (c) (2018,), Locus Robotics, All rights reserved.
6
#
7
# Redistribution and use in source and binary forms, with or without modification, are permitted
8
# provided that the following conditions are met:
9
#
10
# 1. Redistributions of source code must retain the above copyright notice, this list of conditions
11
# and the following disclaimer.
12
# 2. Redistributions in binary form must reproduce the above copyright notice, this list of
13
# conditions and the following disclaimer in the documentation and/or other materials provided with
14
# the distribution.
15
# 3. Neither the name of the copyright holder nor the names of its contributors may be used to
16
# endorse or promote products derived from this software without specific prior written permission.
17
#
18
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
19
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20
# FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
24
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
25
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
from
distutils.core
import
setup
27
from
catkin_pkg.python_setup
import
generate_distutils_setup
28
29
d = generate_distutils_setup(
30
packages=[
31
'json_transport'
,
32
],
33
package_dir={
''
:
'src'
}
34
)
35
36
setup
(**d)
setup
json_transport
Author(s): Paul Bovbel
autogenerated on Thu Jun 13 2019 19:12:24