forked from exoclim/aeolus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
75 lines (68 loc) · 1.93 KB
/
Copy pathsetup.cfg
File metadata and controls
75 lines (68 loc) · 1.93 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
[metadata]
name = aeolus
description = Python library for object-oriented analysis of atmospheric model output.
long_description = file: README.md
long_description_content_type = text/markdown
author = Denis Sergeev
author_email = dennis.sergeev@gmail.com
maintainer = aeolus developers
maintainer_email = dennis.sergeev@gmail.com
license = LGPL-3.0
license-file = LICENSE
platform = any
keywords = atmospheric-science, planetary-science, climate-model
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Atmospheric Science
Intended Audience :: Science/Research
Natural Language :: English
Operating System :: OS Independent
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
url = https://github.com/exoclim/aeolus
project_urls =
Documentation = https://exoclim.github.io/aeolus/
Bug Tracker = https://github.com/exoclim/aeolus/issues
Source Code = https://github.com/exoclim/aeolus
[options]
zip_safe = False
package_dir =
= src
packages = find:
include_package_data = True
python_requires = >=3.7
install_requires =
cached_property>=1.5.1
matplotlib>=3.0
numpy>=1.17.0
scitools-iris>=3.0
latlon23>=1.0.7
[options.packages.find]
where = src
[options.extras_require]
test = pytest>=3.3
[build_sphinx]
source-dir = docs/source
build-dir = docs/_build
all-files = True
[flake8]
max-line-length = 100
ignore = D413, W503, W504
exclude = src/aeolus/_version.py,versioneer.py
inline-quotes = "
per-file-ignores =
src/aeolus/core.py:D102,D105
tests/*:D103
[pycodestyle]
ignore = D413, W503, W504
max-line-length = 100
[versioneer]
VCS = git
style = pep440
versionfile_source = src/aeolus/_version.py
versionfile_build = aeolus/_version.py
tag_prefix =