|
| | setup.author |
| |
| | setup.author_email |
| |
| | setup.cmdclass |
| |
| | setup.conf_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.conf")) |
| |
| | setup.cwd_ = os.getcwd() |
| |
| | setup.data_files |
| |
| | setup.DEBUG |
| |
| | setup.description |
| |
| | setup.device_if_idl_files |
| |
| list | setup.example_data_files = [] |
| |
| list | setup.example_dir |
| |
| | setup.example_sitedir = os.path.join("share", "OpenRTM-aist", "examples", "python") |
| |
| bool | setup.examples_install = False |
| |
| | setup.g_os = None |
| |
| string | setup.g_qkc_option = "-u" |
| |
| | setup.idl_files |
| |
| | setup.idl_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.idl")) |
| |
| | setup.install_data_dir = None |
| |
| bool | setup.is_examples = False |
| |
| | setup.key_ = ex.keys()[0] |
| |
| | setup.license |
| |
| | setup.long_description |
| |
| | setup.name |
| |
| | setup.packages |
| |
| string | setup.pkg_author = "Shinji Kurihara and Noriaki Ando" |
| |
| string | setup.pkg_desc = "Python modules for OpenRTM-aist-1.1" |
| |
| string | setup.pkg_email = "n-ando@aist.go.jp" |
| |
| string | setup.pkg_license = "LGPL" |
| |
| string | setup.pkg_long_desc |
| |
| string | setup.pkg_name = "OpenRTM-aist-Python" |
| |
| string | setup.pkg_url = "http://www.openrtm.org/" |
| |
| string | setup.pkg_version = "1.1.0" |
| |
| | setup.py_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.py")) |
| |
| | setup.script_args |
| |
| | setup.scripts |
| |
| | setup.simpleservice__poa_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0] |
| |
| | setup.simpleservice_idl_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0] |
| |
| | setup.simpleservice_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0] |
| |
| | setup.stub_path_ |
| |
| | setup.templates_xml |
| |
| list | setup.unix_data_files = [("",['OpenRTM-aist.pth'])] |
| |
| list | setup.unix_packages |
| |
| | setup.url |
| |
| | setup.vals_ = ex.values() |
| |
| | setup.version |
| |
| | setup.win32_data_files = copy.deepcopy(unix_data_files) |
| |
| list | setup.win32_packages |
| |