-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
43 lines (39 loc) · 985 Bytes
/
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
[metadata]
name = solarspatialtools
version = 0.5.1
author = 'Joe Ranalli'
author_email = [email protected]
description = A package for spatial analysis of solar energy and solar irradiance
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jranalli/solarspatialtools
project_urls =
Bug Tracker = https://github.com/jranalli/solarspatialtools/issues
Documentation = https://solarspatialtools.readthedocs.io
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Scientific/Engineering
Intended Audience :: Science/Research
[options]
install_requires =
numpy
pandas
tables
pyproj
pvlib
netcdf4
scipy
matplotlib
[options.extras_require]
tests =
pytest
demos =
jupyter
docs =
sphinx==7.4.7
sphinx_rtd_theme==2.0.0
nbsphinx==0.9.5
ipython==8.27.0
nbsphinx-link==1.3.0