Diff of /settings.ini [000000] .. [811e40]

Switch to unified view

a b/settings.ini
1
[DEFAULT]
2
# All sections below are required unless otherwise specified.
3
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
4
5
### Python library ###
6
repo = eligibility_criteria_parser
7
lib_name = %(repo)s
8
version = 0.0.1
9
min_python = 3.7
10
license = apache2
11
12
### nbdev ###
13
doc_path = _docs
14
lib_path = eligibility_criteria_parser
15
nbs_path = nbs
16
recursive = True
17
tst_flags = notest
18
put_version_in_init = True
19
20
### Docs ###
21
branch = main
22
custom_sidebar = False
23
doc_host = https://%(user)s.github.io
24
doc_baseurl = /%(repo)s
25
git_url = https://github.com/%(user)s/%(repo)s
26
title = %(lib_name)s
27
28
### PyPI ###
29
audience = Developers
30
author = Mikołaj Morzy
31
author_email = mikolaj.morzy@gmail.com
32
copyright = 2023 onwards, %(author)s
33
description = Repository with experiments on the usability of prompt learning for parsing eligibility criteria in clinical trials
34
keywords = nbdev jupyter notebook python
35
language = English
36
status = 3
37
user = Mikołaj Morzy
38
39
### Optional ###
40
# requirements = fastcore pandas
41
# dev_requirements = 
42
# console_scripts =