-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
54 lines (51 loc) · 1.75 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = pymetamodels
version = attr: pymetamodels.__version__
author = F Lahuerta
author_email = [email protected]
url = https://github.com/ITAINNOVA/pymetamodels.git
description = The pymetamodels package combines machine learning (ML) metamodeling and analysis tools for the virtual development of modeling systems within a common abstract framework implemented in an accessible and distributable Python package. This package is oriented to support ML applications in material science, material informatics and the construction of materials, components and systems soft metamodels informed by hard physics-based modelling and experimental characterisations.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = pymetamodels, virtual, model, optimization, sensitivity, metamodeling, ML, mechanic, material, component, science
license = MIT
license_file = LICENSE.md
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Natural Language :: English
Natural Language :: Spanish
Operating System :: Unix
Operating System :: Microsoft :: Windows
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Information Analysis
[options]
python_requires = >= 3.7
packages = find_namespace:
zip_safe = True
include_package_data = True
install_requires =
numpy
scipy
scikit-learn
matplotlib
SALib
Pillow
xlrd
xlwt
xlutils
myst-parser
sphinxcontrib-bibtex
pybtex
package_dir=
=src
[options.packages.find]
where=src
[options.extras_require]
docs =
sphinx
myst-parser
sphinxcontrib-bibtex