forked from neuronets/kwyk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (38 loc) · 1.16 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
36
37
38
39
40
41
42
[metadata]
name = kwyk
url = https://github.com/neuronets/kwyk
author = Kwyk Developers
author_email = [email protected]
description = Knowing what you know - Bayesian brain parcellation
license = Apache License, 2.0
classifiers =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
packages = find:
install_requires =
click >= 7.0
nobrainer @ git+https://github.com/patrick-mcclure/nobrainer@3bd95fa2f3cd24add9457d650165098fef180ec7
etelemetry
python_requires = >=3.5
[options.entry_points]
console_scripts =
kwyk = kwyk.cli:predict
[options.extras_require]
cpu = tensorflow == 1.12.3
gpu = tensorflow-gpu == 1.12.3
[versioneer]
VCS = git
style = pep440
versionfile_source = kwyk/_version.py
versionfile_build = kwyk/_version.py
tag_prefix =
parentdir_prefix =