File tree Expand file tree Collapse file tree 2 files changed +16
-24
lines changed
Expand file tree Collapse file tree 2 files changed +16
-24
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.0.1 "
1+ __version__ = "0.0.2 "
22from .core import *
Original file line number Diff line number Diff line change 11[DEFAULT]
2- # All sections below are required unless otherwise specified.
3- # See https://github.com/AnswerDotAI/nbdev/blob/main/settings.ini for examples.
4-
5- # ## Python library ###
62repo = fastgit
7- lib_name = %(repo)s
8- version = 0.0.1
3+ lib_name = fastgit
4+ version = 0.0.2
95min_python = 3.9
106license = apache2
117black_formatting = False
12-
13- # ## nbdev ###
148doc_path = _docs
159lib_path = fastgit
1610nbs_path = nbs
1711recursive = True
1812tst_flags = notest
1913put_version_in_init = True
2014update_pyproject = True
21-
22- # ## Docs ###
2315branch = main
2416custom_sidebar = False
25- doc_host = https://%(user)s.github.io
26- doc_baseurl = /%(repo)s
27- git_url = https://github.com/%(user)s/%(repo)s
28- title = %(lib_name)s
29-
30- # ## PyPI ###
17+ doc_host = https://AnswerDotAI.github.io
18+ doc_baseurl = /fastgit
19+ git_url = https://github.com/AnswerDotAI/fastgit
20+ title = fastgit
3121audience = Developers
3222author = Jeremy Howard
3323author_email = github@jhoward.fastmail.fm
34- copyright = 2026 onwards, %(author)s
24+ copyright = 2026 onwards, Jeremy Howard
3525description = Use git from python, fast
3626keywords = nbdev jupyter notebook python
3727language = English
3828status = 3
3929user = AnswerDotAI
30+ readme_nb = index.ipynb
31+ allowed_metadata_keys =
32+ allowed_cell_metadata_keys =
33+ jupyter_hooks = False
34+ clean_ids = True
35+ clear_all = False
36+ cell_number = True
37+ skip_procs =
4038
41- # ## Optional ###
42- # requirements = fastcore pandas
43- # dev_requirements =
44- # console_scripts =
45- # conda_user =
46- # package_data =
You can’t perform that action at this time.
0 commit comments