-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
37 lines (35 loc) · 931 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
[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 = Issues to event project page generation tool
download_url = https://github.com/brainhackorg/braintransform
keywords = hackathon, neneuroscience, open science, open source
long_description = file: README.md
maintainer = brainhack
maintainer_email = [email protected]
name = braintransform
[options]
zip_safe = False
packages = find:
python_requires = >=3.8
include_package_data = True
install_requires =
regex
requests
scripts =
scripts/transform_issues_to_pages.py
[options.extras_require]
testing =
flake8 == 3.7.9
pytest == 5.3.*
pytest-cov
pytest-pep8
pytest-xdist
pytest_console_scripts
dev =
%(testing)s