12 lines
214 B
INI
12 lines
214 B
INI
[DEFAULT]
|
|
lib_name = fastai
|
|
user = fastai
|
|
branch = master
|
|
git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
|
|
lib_path = %(lib_name)s
|
|
nbs_path = nbs
|
|
doc_path = docs
|
|
tst_flags = tst
|
|
version = 0.0.1
|
|
|