-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
74 lines (68 loc) · 1.86 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
71
72
73
[metadata]
name = extpar
author = Jonas Jucker
author_email = [email protected]
description = Python bindings for extpar to prepare the external parameter data files that are used as input for the COSMO and the ICON model.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/C2SM-RCM/extpar
license = All rights reserved
# license-file = LICENSE
classifiers =
License :: Other/Proprietary License
Intended Audience :: Science/Research
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
keywords =
extpar
ICON
COSMO
forcing
simulation
project_urls =
Source = https://github.com/C2SM-RCM/extpar
Tracker = https://github.com/C2SM-RCM/extpar/issues
[options]
include_package_data = true
python_requires = >=3.7
packages =
extpar
extpar.lib
extpar.data
extpar.data.templates
extpar.data.test
extpar.data.test.testsuite
extpar.data.test.testsuite.bin
extpar.data.bin
package_dir =
extpar = python/
extpar.lib = python/lib/
extpar.data = ./
extpar.data.templates = templates/
extpar.data.test.testsuite.bin = test/testsuite/bin/
extpar.data.bin = bin/
install_requires =
netCDF4
numpy
[options.package_data]
extpar.data.templates =
*
extpar.data =
modules.env
extpar.data.test.testsuite.bin =
runcontrol_functions.sh
extpar.data.bin =
*
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = python/_version.py
versionfile_build = extpar/_version.py
tag_prefix = v
parentdir_prefix = extpar-