-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (26 loc) · 882 Bytes
/
setup.cfg
File metadata and controls
28 lines (26 loc) · 882 Bytes
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
[metadata]
name = ecopipeline
version = 2.0.9
authors = ["Carlos Bello, <bellocarlos@seattleu.edu>, Emil Fahrig <fahrigemil@seattleu.edu>, Casey Mang <cmang@seattleu.edu>, Julian Harris <harrisjulian@seattleu.edu>, Roger Tram <rtram@seattleu.edu>, Nolan Price <nolan@ecotope.com>"]
description = Contains functions for use in Ecotope Datapipelines
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
[options]
package_dir =
= src
include_package_data = True
packages = find:
python_requires = >=3.11
install_requires =
pandas>= 1.5.3
numpy>=1.24.1
mysql-connector-python>=8.0.32
scikit-learn>=1.2.1
statsmodels
openmeteo_requests
[options.packages.find]
where = src