-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (47 loc) · 1.33 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = ablate
description = A collection of meteor ablation models
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
author = Daniel Kastinen, Johan Kero
author_email = [email protected], [email protected]
license = GPL-3.0-or-later
license_files = LICENSE
readme = README.md
homepage = https://github.com/danielk333/ablate
classifiers =
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Atmospheric Science
Operating System :: Unix
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
tqdm >= 4.62.3
scipy >= 1.7.1, < 2
numpy >= 1.21.3, < 2
matplotlib >= 3.4.3, < 4
xarray >= 0.19.0, < 2
[options.packages.find]
where = src
[options.extras_require]
msise =
msise00 @ git+git://github.com/space-physics/msise00.git@main
develop =
pytest >= 6.2.5
sphinx >= 4.2.0
flake8 >= 4.0.1
wheel >= 0.37.0
build >= 0.7.0
twine >= 3.4.2
coverage >= 6.0.2
sphinx-gallery >= 0.3.1
[flake8]
ignore = D203,E251,E126,E226
max-line-length = 110
exclude = .git,__pycache__,docs/source/conf.py,build,dist,tests,examples