forked from UCB-stat-159-s22/hw07-Group14
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
27 lines (24 loc) · 752 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
[metadata]
name = genetools
version = attr: genetools.__version__
author = Catalina Villouta
author_email = catalina.villouta@berkeley.edu
description = A library that provides tools for fitting predictive gene based machine learning models
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
keywords = tools, genes
license = BSD 3-Clause License
classifiers =
Programming Language :: Python :: 3.9
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
include_package_data = True
packages = find:
python_requires = >= 3.9,
install_requires =
tqdm
[options.packages.find]
exclude =
examples*
docs*