-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
59 lines (55 loc) · 1.31 KB
/
setup.cfg
File metadata and controls
59 lines (55 loc) · 1.31 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
[tool:pytest]
testpaths =
mint/
addopts =
-ra
-v
[metadata]
name = python-mint
version = file: version.txt
author = Alexander Pletzer
author_email = alexander.pletzer@nesi.org.nz
url = https://github.com/pletzer/mint
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: C++
Programming Language :: Fortran
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Atmospheric Science
license = Zero-Clause BSD
license_file = LICENSE.txt
description = Mimetic INTerpolation on the Sphere
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
code = https://github.com/pletzer/mint
issues = https://github.com/pletzer/mint/issues
keywords =
mimetic
regrid
interpolate
sphere
[options]
include_package_data = True
install_requires =
numpy
scitools-iris
vtk >= 9.2.0
package_dir =
mint=mint
packages = find:
python_requires = >3.7
setup_requires =
Cython
setuptools >= 67.0.0
wheel
vtk >= 9.2.0
scitools-iris
tests_require =
pytest
zip_safe = False