$search
Variables | |
| string | author = "Daniel Stonier" |
| string | author_email = "d.stonier@gmail.com" |
| list | classifiers |
| string | description = "Creates qt package templates for RoS" |
| string | download_url = "https://github.com/stonier/qt_ros.git" |
| list | keywords = ["ROS"] |
| string | license = "BSD" |
| tuple | long_description = open('README.txt') |
| dictionary | package_data |
| dictionary | package_dir = {'':'src'} |
| list | packages = ['qt_create'] |
| list | scripts = ["scripts/roscreate-qt-pkg","scripts/roscreate-qt-legacy-pkg"] |
| string | url = "http://pypi.python.org/pypi/roscreate-qt-pkg/" |
| version = __version__, | |
| string setup::author = "Daniel Stonier" |
| string setup::author_email = "d.stonier@gmail.com" |
| list setup::classifiers |
| string setup::description = "Creates qt package templates for RoS" |
| string setup::download_url = "https://github.com/stonier/qt_ros.git" |
| list setup::keywords = ["ROS"] |
| string setup::license = "BSD" |
| tuple setup::long_description = open('README.txt') |
| dictionary setup::package_data |
{'qt_create': [
'templates/qt-ros/CMakeLists.txt',
'templates/qt-ros/src/*.cpp',
'templates/qt-ros/ui/*.ui',
'templates/qt-ros/include/PACKAGE_NAME/*.hpp',
'templates/qt-ros/resources/*.qrc',
'templates/qt-ros/resources/images/*.png',
'templates/qt-ros/mainpage.dox',
'templates/qt-ros/manifest.xml',
'templates/qt-ros/Makefile',
'templates/qt-ros-legacy/CMakeLists.txt',
'templates/qt-ros-legacy/src/*.cpp',
'templates/qt-ros-legacy/ui/*.ui',
'templates/qt-ros-legacy/include/PACKAGE_NAME/*.hpp',
'templates/qt-ros-legacy/resources/*.qrc',
'templates/qt-ros-legacy/resources/images/*.png',
'templates/qt-ros-legacy/mainpage.dox',
'templates/qt-ros-legacy/manifest.xml',
'templates/qt-ros-legacy/Makefile',
]}
| dictionary setup::package_dir = {'':'src'} |
| list setup::packages = ['qt_create'] |
| list setup::scripts = ["scripts/roscreate-qt-pkg","scripts/roscreate-qt-legacy-pkg"] |
| string setup::url = "http://pypi.python.org/pypi/roscreate-qt-pkg/" |
| setup::version = __version__, |