diff --git a/settings.ini b/settings.ini index 0c0842d..1aaf584 100644 --- a/settings.ini +++ b/settings.ini @@ -1,18 +1,18 @@ [DEFAULT] # All sections below are required unless otherwise specified host = github -lib_name = nbdev_template +lib_name = {lib_name} # For Enterprise Git add variable repo_name and company name # repo_name = analytics # company_name = nike -user = fastai +user = {user} # description = A description of your project # keywords = some keywords -# author = Your Name -# author_email = email@example.com +author = {user} +author_email = {author_email} # copyright = Your Name or Company Name -branch = master +branch = {branch} version = 0.0.1 min_python = 3.6 audience = Developers