-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (32 loc) · 1.14 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
# Declarative configuration for setup.py
# For more details on this format, see the official docs here:
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
# And a useful annotated template can be found here:
# https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c
[metadata]
name = tools
version = attr: tools.__version__
author = UC Berkeley Spring 2023 STAT 159 Group 29 (Jennifer Liang, Jiroum Jiroum Masoudi )
author_email = [email protected], [email protected]
description = Utility functions used to simplify processes in predicting NBA wins
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
keywords = tools, utils
license = BSD 3-Clause License
classifiers =
Programming Language :: Python :: 3.10
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
include_package_data = True
package_dir =
= .
packages = find:
python_requires = >= 3.8.0
install_requires =
matplotlib==3.6
numpy==1.23
pandas==1.5
scipy==1.10
seaborn==0.12
scikit-learn==1.2