Go to the source code of this file.
Namespaces | |
namespace | setup |
Variables | |
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 |
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__, |