-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsetup.cfg
More file actions
79 lines (74 loc) · 2.31 KB
/
setup.cfg
File metadata and controls
79 lines (74 loc) · 2.31 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[metadata]
name = pyamps
author = Karl M. Laundal
author_email = karl.laundal@ift.uib.no
version = attr: pyamps.__version__
url = https://github.com/klaundal/pyAMPS
description = Calculate and plot maps of the model Average Magnetic field and Polar current System (AMPS)
long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
license = MIT
keywords =
AMPS
Average Magnetic field and Polar current System
magnetic field
spherical harmonics model
associated Legendre polynomial
mlt
magnetic local time
subsolar
dipole coordinates
converting
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: Unix
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Scientific/Engineering :: Physics
[options]
packages = find:
install_requires =
setuptools>=30.3.0
future>=0.16
numpy>=1.14
matplotlib
scipy>=0.9
toolz>=0.8
pandas>=0.20
dask
apexpy>=1.0
[options.package_data]
pyamps =
coefficients/SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0101.txt
coefficients/SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0102.txt
coefficients/SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0103.txt
coefficients/SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0104.txt
coefficients/SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0105.txt
coefficients/test_model.txt
coefficients/model_vector_NT_MT_NV_MV_65_3_45_3.npy
coefficients/model_vector_NT_MT_NV_MV_65_3_45_3__v1.0.npy
coefficients/model_vector_NT_MT_NV_MV_65_3_45_3__v1.1.npy
coefficients/model_vector_NT_MT_NV_MV_65_3_45_3__v1.3.npy
coefficients/model_vector_NT_MT_NV_MV_65_3_45_3__v1.4.npy
coefficients/model_vector_NT_MT_NV_MV_65_3_45_3__v1.5.npy
[options.packages.find]
exclude =
tests
docs
[options.extras_require]
dev =
sphinx>=1.3
sphinx_pypi_upload
test = pytest
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all_files = 1
[upload_sphinx]
upload-dir = docs/build/html