-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathsetup.cfg
46 lines (44 loc) · 1.22 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
[metadata]
name = evodcinv
version = file: evodcinv/VERSION
author = Keurfon Luu
email = keurfonluu@outlook.com
description = Inversion of dispersion curves using Evolutionary Algorithms
url = https://github.com/keurfonluu/evodcinv
project_urls =
Code=https://github.com/keurfonluu/evodcinv
Issues=https://github.com/keurfonluu/evodcinv/issues
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD 3-Clause License
platforms = any
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
install_requires =
importlib_metadata
numpy
matplotlib
joblib
h5py
progress
disba >= 0.6.1
stochopy >= 2.3.0
python_requires = >= 3.7
setup_requires =
setuptools >= 42
wheel
[options.package_data]
evodcinv =
VERSION