-
Notifications
You must be signed in to change notification settings - Fork 29
/
setup.cfg
70 lines (66 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[flake8]
exclude =
.git,
docs,
tephi/tests/__init__.py
.eggs
[tool:pytest]
testpaths =
tephi/
markers =
graphical: mark a test as a graphical test
addopts =
-ra
-v
--cov-config=.coveragerc
--cov=tephi
--cov-report=term-missing
--doctest-modules
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS NUMBER
[metadata]
name = tephi
version = attr: tephi.__version__
author = UK Met Office
author_email = [email protected]
url = https://github.com/SciTools/tephi
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Operating System :: OS Independent
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Atmospheric Science
Topic :: Scientific/Engineering :: Visualization
license_files = LICENSE
description = Tephigram plotting in Python
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
code = https://github.com/SciTools/tephi
issues = https://github.com/SciTools/tephi/issues
binder = https://mybinder.org/v2/gh/SciTools/tephi/main?filepath=index.ipynb
documentation = https://tephi.readthedocs.io/en/latest/
keywords =
tephigram
radiosonde
meteorology
visualization
[options]
packages = find:
setup_requires =
setuptools>=40.8.0
wheel
install_requires =
matplotlib
numpy
scipy
python_requires = >=3.8
[options.package_data]
tephi =
etc/test_data/*.txt
tests/results/*.npz
tests/results/imagerepo.json