-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (39 loc) · 991 Bytes
/
setup.cfg
File metadata and controls
43 lines (39 loc) · 991 Bytes
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
[metadata]
name = evomatic
author = Robert Forrest
author_email = robertforrest@live.com
description = Evolutionary algorithm for development of alloy materials
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Robert-Forrest/evomatic
license = BSD 3-Clause License
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
packages = evomatic
python_requires = >=3.6
install_requires =
pandas
numpy
matplotlib
metallurgy >= 0.0.16
elementy
cerebral
omegaconf
bokeh==2.4.3
selenium
[options.entry_points]
console_scripts =
# exename = package.module:funcname
[options.extras_require]
dev =
pre-commit
tox ==3.24.3
pytest ==6.2.5
pytest-cov ==2.12.1
[options.package_data]
evomatic = py.typed