-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8bdff8
commit 046310c
Showing
3 changed files
with
22 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.2" | ||
__version__ = "0.0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,37 @@ | ||
[DEFAULT] | ||
# All sections below are required unless otherwise specified. | ||
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples. | ||
|
||
### Python library ### | ||
repo = ipywatch | ||
lib_name = %(repo)s | ||
version = 0.0.2 | ||
lib_name = ipywatch | ||
version = 0.0.3 | ||
min_python = 3.9 | ||
license = apache2 | ||
black_formatting = False | ||
|
||
### nbdev ### | ||
doc_path = _docs | ||
lib_path = ipywatch | ||
nbs_path = nbs | ||
recursive = True | ||
tst_flags = notest | ||
put_version_in_init = True | ||
|
||
### Docs ### | ||
branch = main | ||
custom_sidebar = False | ||
doc_host = https://%(user)s.github.io | ||
doc_baseurl = /%(repo)s | ||
git_url = https://github.com/%(user)s/%(repo)s | ||
title = %(lib_name)s | ||
|
||
### PyPI ### | ||
doc_host = https://itepifanio.github.io | ||
doc_baseurl = /ipywatch | ||
git_url = https://github.com/itepifanio/ipywatch | ||
title = ipywatch | ||
audience = Developers | ||
author = Ítalo Epifânio | ||
author_email = [email protected] | ||
copyright = 2024 onwards, %(author)s | ||
copyright = 2024 onwards, Ítalo Epifânio | ||
description = A debugbar tool for ipywidgets/reacton/solara | ||
keywords = nbdev jupyter notebook python | ||
language = English | ||
status = 3 | ||
user = itepifanio | ||
|
||
### Optional ### | ||
requirements = ipykernel>=6.20.1 | ||
dev_requirements = solara>=1.26.1 | ||
# console_scripts = | ||
readme_nb = index.ipynb | ||
allowed_metadata_keys = | ||
allowed_cell_metadata_keys = | ||
jupyter_hooks = True | ||
clean_ids = True | ||
clear_all = False | ||
|