-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
34 lines (33 loc) · 1008 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
34
[metadata]
name = gravmag
version = 0.0.1
author = Vanderlei C. Oliveira Jr.
author_email = [email protected]
description = "A simple package for processing/interpreting gravity/magnetic data"
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
keywords = geoscience, geophysics
url = https://github.com/birocoles/gravmag
project_urls =
Bug Tracker = https://github.com/birocoles/gravmag/issues
Source Code = https://github.com/birocoles/gravmag
Release Notes = https://github.com/birocoles/gravmag/releases
classifiers =
Intended Audience :: Science/Research
Intended Audience :: Developers
Intended Audience :: Education
Topic :: Scientific/Geophysics
Programming Language :: Python :: 3
License :: OSI Approved :: BSD 3-Clause License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.7
install_requires =
numpy
scipy
numba
matplotlib
black
pytest