-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
51 lines (51 loc) · 1.39 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
[metadata]
name = ssrs
version = 0.0.1
license = BSD 3-Clause License
license_file = LICENSE.txt
keywords =
Behavior modeling
Stochastic modeling
agent-based movement model
wind-wildlife interactions
raptor conservation
golden eagles
description = Simulating updraft-subsidized raptor movements around wind turbines
long_description = file: README.rst
author = Rimple Sandhu
author_email = rimple.sandhu@outlook.com
url = https://github.com/NREL/SSRS
platforms = any
classifiers=
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Atmospheric Science
Topic :: Scientific/Engineering :: GIS
[options]
packages = find:
include_package_data = True
install_requires =
matplotlib>=3.4
numpy>=1.21
scipy>=1.7
pandas>=1.3
pathos>=0.2
rasterio>=1.2
elevation>=1.1
h5py>=3.4
h5pyd>=0.8
timezonefinder>=5.2
astral>=2.2
owslib>=0.25
richdem>=0.3.4
python_requires = >=3.8
[options.packages.find]
where = .