-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (40 loc) · 970 Bytes
/
setup.cfg
File metadata and controls
42 lines (40 loc) · 970 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = transcar
version = 1.0.0
author = Michael Hirsch, Ph.D.
author_email = scivision@noreply.users.github.com
description = Parallel-executing Transcar 1-D particle precipitation ionospheric model.
url = https://github.com/space-physics/transcar
keywords =
mesosphere
ionosphere
particle penetration
energy degradation
aurora
thermosphere
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Fortran
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Atmospheric Science
license_files =
LICENSE.txt
long_description = file: README.md
long_description_content_type = text/markdown
[options]
python_requires = >= 3.10
packages = find:
scripts =
MonoenergeticBeams.py
SpectrumBeam.py
CheckOutput.py
install_requires =
pandas
transcarread
[options.extras_require]
tests =
pytest
mypy