File tree Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Original file line number Diff line number Diff line change 1
1
[DEFAULT]
2
2
# All sections below are required unless otherwise specified
3
3
# see https://github.com/fastai/nbdev/blob/master/settings.ini for examples
4
- host = github
4
+
5
+ # ## Python Library ###
5
6
lib_name = {lib_name}
6
- description = {description}
7
- copyright = Put your copyright info here
8
- keywords = {keywords}
9
- user = {user}
10
- author = {author}
11
- author_email = {author_email}
7
+ min_python = 3.9
8
+ version = 0.0.1
9
+
10
+ # ## OPTIONAL ###
11
+
12
+ # requirements = fastcore pandas
13
+ # dev_requirements =
14
+ # console_scripts =
15
+
16
+ # ## nbdev ###
17
+ nbs_path = .
18
+ doc_path = _docs
19
+ recursive = False
20
+ tst_flags = notest
21
+
22
+ # ## Documentation ###
23
+ host = github
12
24
repo = {repo}
13
25
branch = {branch}
14
- version = 0.0.1
15
- min_python = 3.9
26
+ custom_sidebar = False
27
+
28
+ # ## PyPI ###
16
29
audience = Developers
30
+ author = {author}
31
+ author_email = {author_email}
32
+ copyright = Put your copyright info here
33
+ description = {description}
34
+ keywords = {keywords}
17
35
language = English
18
- custom_sidebar = False
19
36
license = apache2
20
37
status = 2
21
- nbs_path = .
22
- doc_path = _docs
23
- recursive = False
24
- tst_flags = notest
38
+ user = {user}
25
39
26
40
# ## Inferred From Other Values ###
27
41
doc_host = https://%(user)s.github.io
28
42
doc_baseurl = /%(lib_name)s/
29
43
git_url = https://github.com/%(user)s/%(repo)s/
30
44
lib_path = %(lib_name)s
31
45
title = %(lib_name)s
32
-
33
- # ## OPTIONAL ### see https://github.com/fastai/nbdev/blob/master/settings.ini for examples
34
-
35
- # requirements = fastcore pandas
36
- # dev_requirements =
37
- # console_scripts =
38
-
39
-
40
-
41
-
You can’t perform that action at this time.
0 commit comments