Go to the source code of this file.
Namespaces | |
| namespace | setup |
Variables | |
| string | setup.author = "Yeong-il Choe" |
| string | setup.author_email = "yichoe@yujinrobot.com" |
| list | setup.classifiers |
| string | setup.description = "Creates catkin message package templates" |
| string | setup.download_url = "https://github.com/ros-windows/win_ros.git" |
| list | setup.keywords = ["ROS"] |
| string | setup.license = "BSD" |
| tuple | setup.long_description = open('Readme.md') |
| dictionary | setup.package_data |
| dictionary | setup.package_dir = {'':'src'} |
| list | setup.packages = ['winros_create_msg_pkg'] |
| list | setup.scripts = ["scripts/winros_create_msg_pkg"] |
| string | setup.url = "http://www.rog.org/" |
| string | setup.version = '0.1.0' |