-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (26 loc) · 733 Bytes
/
Copy pathsetup.cfg
File metadata and controls
27 lines (26 loc) · 733 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
[metadata]
name = enveloc
version = 1.1.7
author = Aaron Wech
author_email = awech@usgs.gov
description = enveloc - envelope cross-correlation location method
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/awech/enveloc
download_url = https://github.com/awech/enveloc/archive/v1.1.7.tar.gz
classifiers =
Programming Language :: Python :: 3.11
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
install_requires =
cython
obspy
cartopy
scikit-learn
utm
python_requires = >=3.8
include_package_data = True