diff --git a/settings.ini b/settings.ini index 703cb8a..11668c4 100644 --- a/settings.ini +++ b/settings.ini @@ -2,7 +2,7 @@ # All sections below are required unless otherwise specified # see https://github.com/fastai/nbdev/blob/master/settings.ini for examples -# Python Library +### Python Library ### lib_name = {lib_name} min_python = 3.9 version = 0.0.1 @@ -13,19 +13,19 @@ version = 0.0.1 # dev_requirements = # console_scripts = -# nbdev specific +### nbdev ### nbs_path = . doc_path = _docs recursive = False tst_flags = notest -# Documentation +### Documentation ### host = github repo = {repo} branch = {branch} custom_sidebar = False -# pypi specific +### PyPI ### audience = Developers author = {author} author_email = {author_email}