-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsettings.ini
44 lines (39 loc) · 987 Bytes
/
settings.ini
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
43
44
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = alpharaw
lib_name = alpharaw
version = 0.0.2
min_python = 3.7
license = apache2
### nbdev ###
user = MannLabs
doc_path = docs
lib_path = %(lib_name)s
nbs_path = nbdev_nbs
recursive = True
tst_flags = notest
readme_nb = index.ipynb
jupyter_hooks = True
clear_ids = True
### Docs ###
branch = main
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(repo)s
host = github
### PyPI ###
audience = Developers
author = Wen-Feng Zeng, Sander Willems
author_email = [email protected], [email protected]
copyright = MannLabs
description = Raw data accessing for mass spec
keywords = deep learning, proteomics, mass spec
language = English
status = 2
### Optional ###
# requirements = fastcore pandas
# dev_requirements =
# console_scripts =