-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (42 loc) · 1.21 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
[versioneer]
VCS = git
style = pep440
versionfile_source = staremaster/_version.py
versionfile_build = staremaster/_version.py
tag_prefix = v
parentdir_prefix = staremaster
[metadata]
name = staremaster
description = STARE sidecar creator
author = Niklas Griessbaum
author_email = griessbaum@ucsb.edu
url = https://github.com/SpatioTemporal/STAREMaster_py
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Bug Tracker = https://github.com/SpatioTemporal/STAREMaster_py/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
#scripts=scripts, scripts = ['create_sidecar_files.py']
[options]
packages = find:
python_requires = >=3.7
install_requires =
pyhdf>=0.10.5
numpy>=1.23.1
netCDF4>=1.6.0
xarray>=2022.6.0
pystare>=0.8.9
distributed>=2022.7.1
dask>=2022.7.1
scipy>=1.9.0
filelock>=3.7.1
include_package_data = True
[options.entry_points]
console_scripts =
create_sidecar_files.py = staremaster.create_sidecar_files:main
find_missing_sidecars.py = staremaster.find_missing_sidecars:main
[options.package_data]
starepandas.datasets = '*.hdf', '*.nc