setup.py
Go to the documentation of this file.
00001 #!/usr/bin/env pyyhon
00002 
00003 from distutils.core import setup
00004 from catkin_pkg.python_setup import generate_distutils_setup
00005 
00006 d = generate_distutils_setup(
00007       packages=['qt_create'],
00008       package_dir = {'':'src'},
00009       scripts = ["scripts/catkin_create_qt_pkg"],
00010       package_data = {'qt_create': [
00011            'templates/CATKIN_IGNORE',
00012            'templates/qt-ros/CMakeLists.txt',
00013            'templates/qt-ros/src/*.cpp',
00014            'templates/qt-ros/ui/*.ui',
00015            'templates/qt-ros/include/PACKAGE_NAME/*.hpp',
00016            'templates/qt-ros/resources/*.qrc',
00017            'templates/qt-ros/resources/images/*.png',
00018            'templates/qt-ros/mainpage.dox',
00019            'templates/qt-ros/package.xml',
00020            'templates/qt-ros/Makefile',
00021            ]},
00022       requires=[]
00023       )
00024 
00025 setup(**d)
00026 


qt_create
Author(s): Daniel Stonier
autogenerated on Thu Jun 6 2019 22:05:36