forked from Caltech-geoquake/PySeismoSoil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (30 loc) · 760 Bytes
/
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
[metadata]
name = PySeismoSoil
version = v0.5.2
description = A Python library for performing 1D seismic site response analysis
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jsh9/PySeismoSoil
license = BSD-3-Clause
license_file = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
[options]
packages = find_namespace:
install_requires =
matplotlib>=2.0.0
numba>=0.38.0,<=0.55.2
numpy>=1.11.0
scipy>=1.1.0
python_requires = >=3.7
include_package_data = True
[options.packages.find]
exclude =
tests*
include =
PySeismoSoil
PySeismoSoil.*
[bdist_wheel]
universal = True