--- a
+++ b/settings.ini
@@ -0,0 +1,62 @@
+[DEFAULT]
+# All sections below are required unless otherwise specified
+host = github
+lib_name = clinical_trial_eligibility
+# For Enterprise Git add variable repo_name and company name
+# repo_name = analytics
+# company_name = nike
+
+user = pete88b
+description = Convert eligibility criteria into analysis friendly formats
+keywords = clinical trail eligibility criteria AACT
+author = Peter Butterfill
+author_email = peter.butterfill@gmail.com
+copyright = Peter Butterfill
+branch = main
+version = 0.0.1
+min_python = 3.9
+audience = Developers
+language = English
+# Set to True if you want to create a more fancy sidebar.json than the default
+custom_sidebar = False
+# Add licenses and see current list in `setup.py`
+license = apache2
+# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
+status = 2
+
+# Optional. Same format as setuptools requirements
+# requirements = 
+# Optional. Same format as setuptools console_scripts
+# console_scripts = 
+# Optional. Same format as setuptools dependency-links
+# dep_links = 
+
+###
+# You probably won't need to change anything under here,
+#   unless you have some special requirements
+###
+
+# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
+nbs_path = .
+doc_path = docs
+
+# Whether to look for library notebooks recursively in the `nbs_path` dir
+recursive = False
+
+doc_host =  https://pete88b.github.io
+doc_baseurl = /clinical_trial_eligibility/
+git_url = https://github.com/pete88b/clinical_trial_eligibility/tree/main/
+lib_path = clinical_trial_eligibility
+title = clinical_trial_eligibility
+
+#Optional advanced parameters
+#Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation.
+#monospace_docstrings = False
+#Test flags: introduce here the test flags you want to use separated by |
+#tst_flags = 
+#Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True)
+#custom_sidebar = 
+#Cell spacing: if you want cell blocks in code separated by more than one new line
+#cell_spacing = 
+#Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here
+#jekyll_styles = note,warning,tip,important