-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
37 lines (35 loc) · 1.08 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
[metadata]
name = swarmpyfac
author = Ask Neve Gamby
author_email = [email protected]
version = attr: swarmpyfac.__version__
url = https://github.com/Swarm-DISC/SwarmPyFAC
description = Calculate Field Aligned Currents based on swarm data, mainly through the ViRES python interface viresclient. Some utilities for these kinds of scientific calculations are also provided.
long_description = file: README.rst, CHANGELOG.rst, LICENSE
license = None
keywords =
FAC
Field Aligned Currents
magnetic field
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering :: Physics
[options]
packages = find:
install_requires =
numpy
cdflib
viresclient
matplotlib
scipy
[options.packages.find]
exclude =
tests
docs