|
string | version = "@Sparrow_VERSION@" |
|
string | author = "ETH Zurich, Department of Chemistry and Applied Biosciences, Reiher Group" |
|
string | author_email = "scine@phys.chem.ethz.ch" |
|
string | description = "Open source semi-empirical quantum chemistry code" |
|
| long_description = long_description, |
|
string | long_description_content_type = "text/markdown" |
|
string | url = "https://www.scine.ethz.ch" |
|
list | packages = ["scine_sparrow"] |
|
dictionary | package_dir = {"scine_sparrow": "scine_sparrow"} |
|
dictionary | package_data = {"scine_sparrow": ["*.module.so", "*.txt" @sparrow_PY_DEPS@]} |
|
list | install_requires = ["scine_utilities"] |
|
list | classifiers |
|
| zip_safe = False, |
|
string | test_suite = 'pytest' |
|
list | tests_require = ['pytest'] |
|
tuple | ext_modules = EmptyListWithLength() |
|
Makes the wheel a binary distribution and platlib compliant.
list Python.setup.EmptyListWithLength.classifiers |
|
static |
Initial value:
2 "Programming Language :: Python",
3 "Programming Language :: C++",
4 "Development Status :: 5 - Production/Stable",
5 "Intended Audience :: Science/Research",
6 "License :: OSI Approved :: BSD License",
7 "Natural Language :: English",
8 "Topic :: Scientific/Engineering :: Chemistry"
The documentation for this class was generated from the following file:
- src/Sparrow/Python/setup.py