generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 31
/
settings.ini
35 lines (33 loc) · 952 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
[DEFAULT]
repo = alphapept
lib_name = alphapept
user = mannlabs
description = A modular, python-based framework for mass spectrometry.
keywords = MS, mass spectrometry, python, numba
author = Maximilian T. Strauss
author_email = straussmaximilian@gmail.com
copyright = Mann Labs
branch = master
version = 0.5.3
min_python = 3.6
max_python = 4
audience = Developers
language = English
custom_sidebar = False
license = MIT
status = 2
nbs_path = nbs
### Docs ###
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
doc_path = docs
recursive = False
git_url = https://github.com/%(user)s/%(repo)s
lib_path = alphapept
title = alphapept
host = github
url = https://github.com/MannLabs/alphapept
url_documentation = https://mannlabs.github.io/alphapept/
url_issue = https://github.com/MannLabs/alphapept/issues
url_contribute = https://github.com/MannLabs/alphapept/blob/master/CONTRIBUTING.md
console_scripts = alphapept=alphapept.__main__:main