-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.14 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
[metadata]
name = bruces
version = file: bruces/VERSION
author = Keurfon Luu
email = keurfonluu@outlook.com
description = A bunch of really useful codes for earthquake stuff
url = https://github.com/keurfonluu/bruces
project_urls =
Code=https://github.com/keurfonluu/bruces
Issues=https://github.com/keurfonluu/bruces/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 :: 4 - Beta
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Natural Language :: English
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
packages = find:
install_requires =
importlib_metadata
numpy
scipy
numba
matplotlib
utm
python_requires = >= 3.7
setup_requires =
setuptools >= 42
wheel
[options.extras_require]
full =
disba
scikit-learn
[options.package_data]
bruces =
VERSION