|
| string | author = 'Nguyen Anh Quynh', |
| |
| string | author_email = 'aquynh@gmail.com', |
| |
| list | classifiers |
| |
| dictionary | cmdclass = {'build_ext': build_ext, 'build': custom_build}, |
| |
| string | description = 'Capstone disassembly engine', |
| |
| | ext_modules = ext_modules, |
| |
| bool | include_package_data = True, |
| |
| string | name = 'capstone', |
| |
| dictionary | package_data |
| |
| dictionary | package_dir = {'capstone' : 'pyx'}, |
| |
| list | packages = ['capstone'], |
| |
| list | provides = ['capstone'], |
| |
| string | url = 'http://www.capstone-engine.org', |
| |
| | version = VERSION, |
| |
Definition at line 105 of file setup_cython.py.
◆ run()
| def setup_cython.custom_build.run |
( |
|
self | ) |
|
◆ author
| string setup_cython.custom_build.author = 'Nguyen Anh Quynh', |
|
static |
◆ author_email
| string setup_cython.custom_build.author_email = 'aquynh@gmail.com', |
|
static |
◆ classifiers
| list setup_cython.custom_build.classifiers |
|
static |
Initial value:= [
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
],
Definition at line 136 of file setup_cython.py.
◆ cmdclass
◆ description
| string setup_cython.custom_build.description = 'Capstone disassembly engine', |
|
static |
◆ ext_modules
| setup_cython.custom_build.ext_modules = ext_modules, |
|
static |
◆ include_package_data
| bool setup_cython.custom_build.include_package_data = True, |
|
static |
◆ name
| string setup_cython.custom_build.name = 'capstone', |
|
static |
◆ package_data
Initial value:= {
"capstone": ["lib/*", "include/capstone/*"],
}
Definition at line 141 of file setup_cython.py.
◆ package_dir
| dictionary setup_cython.custom_build.package_dir = {'capstone' : 'pyx'}, |
|
static |
◆ packages
| list setup_cython.custom_build.packages = ['capstone'], |
|
static |
◆ provides
| list setup_cython.custom_build.provides = ['capstone'], |
|
static |
◆ url
| string setup_cython.custom_build.url = 'http://www.capstone-engine.org', |
|
static |
◆ version
| setup_cython.custom_build.version = VERSION, |
|
static |
The documentation for this class was generated from the following file: