Definition at line 28 of file setup.py.
◆ build_cmake()
def setup.build_ext.build_cmake |
( |
|
self, |
|
|
|
ext |
|
) |
| |
◆ run()
def setup.build_ext.run |
( |
|
self | ) |
|
◆ author
string setup.build_ext.author = "Jalil Nourisa", |
|
static |
◆ author_email
string setup.build_ext.author_email = "jalil.nourisa@gmail.com", |
|
static |
◆ classifiers
list setup.build_ext.classifiers |
|
static |
Initial value:= [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Definition at line 71 of file setup.py.
◆ cmdclass
dictionary setup.build_ext.cmdclass |
|
static |
Initial value:= {
'build_ext': build_ext,
},
Definition at line 68 of file setup.py.
◆ description
string setup.build_ext.description = "General-purpose agent-based modeling framework", |
|
static |
◆ ext_modules
◆ long_description
◆ long_description_content_type
string setup.build_ext.long_description_content_type = "text/markdown", |
|
static |
◆ name
◆ packages
list setup.build_ext.packages = ['cppyabm'], |
|
static |
◆ python_requires
string setup.build_ext.python_requires = '>=3.6' |
|
static |
◆ url
string setup.build_ext.url = "https://github.com/janursa/CppyABM", |
|
static |
◆ version
string setup.build_ext.version = '1.0.17', |
|
static |
The documentation for this class was generated from the following file:
- /Users/matin/Downloads/testProjs/CppyABM/examples/Cpp/build/_deps/cppyabm-src/setup.py