|
list | provides = ['capstone'], |
|
dictionary | package_dir = {'capstone' : 'pyx'}, |
|
list | packages = ['capstone'], |
|
string | name = 'capstone', |
|
| version = VERSION, |
|
dictionary | cmdclass = {'build_ext': build_ext, 'build': custom_build}, |
|
| ext_modules = ext_modules, |
|
string | author = 'Nguyen Anh Quynh', |
|
string | author_email = 'aquynh@gmail.com', |
|
string | description = 'Capstone disassembly engine', |
|
string | url = 'http://www.capstone-engine.org', |
|
list | classifiers |
|
bool | include_package_data = True, |
|
dictionary | package_data |
|
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
dictionary setup_cython.custom_build.cmdclass = {'build_ext': build_ext, 'build': custom_build}, |
|
static |
◆ 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
dictionary setup_cython.custom_build.package_data |
|
static |
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: