Skip to content

Commit

Permalink
Merge pull request #32 from fastai/fix-settings.ini-template
Browse files Browse the repository at this point in the history
Update settings.ini so template values get filled in
  • Loading branch information
Hamel Husain authored Jan 17, 2021
2 parents 07cea8d + 8636dbf commit 442a9a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -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 protected]
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
Expand Down

0 comments on commit 442a9a3

Please sign in to comment.