-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
38 lines (36 loc) · 960 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
[metadata]
author = brainhack
author_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Medical Science Apps.
description = Brainhack event project to attendee matching tool
download_url = https://github.com/brainhackorg/brainmatch
keywords = hackathon, neneuroscience, open science, open source
long_description = file: README.md
maintainer = brainhack
maintainer_email = [email protected]
name = brainmatch
[options]
zip_safe = False
packages = find:
python_requires = >=3.8
include_package_data = True
install_requires =
pandas == 1.3.4
scripts =
scripts/compute_brainmatch_scores.py
tools/pull_issues.sh
[options.extras_require]
testing =
flake8 == 3.7.9
numpy
pytest == 5.3.*
pytest-cov
pytest-pep8
pytest-xdist
pytest_console_scripts
dev =
%(testing)s