-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
4 changed files
with
30 additions
and
35 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
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.1" | ||
__version__ = "0.0.2" |
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,42 +1,36 @@ | ||
[DEFAULT] | ||
# All sections below are required unless otherwise specified. | ||
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples. | ||
|
||
### Python library ### | ||
repo = nbstata | ||
lib_name = %(repo)s | ||
version = 0.0.1 | ||
lib_name = nbstata | ||
version = 0.0.2 | ||
min_python = 3.7 | ||
license = gpl3 | ||
|
||
### nbdev ### | ||
doc_path = _docs | ||
lib_path = nbstata | ||
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://hugetim.github.io | ||
doc_baseurl = /nbstata | ||
git_url = https://github.com/hugetim/nbstata | ||
title = nbstata | ||
audience = Science/Research | ||
author = Tim Huegerich | ||
author_email = [email protected] | ||
copyright = 2022 onwards, %(author)s | ||
copyright = 2022 onwards, Tim Huegerich | ||
description = Jupyter kernel for Stata based on pystata | ||
keywords = nbdev jupyter notebook python stata | ||
language = English | ||
status = 3 | ||
user = hugetim | ||
|
||
### Optional ### | ||
requirements = jupyter-client ipython ipykernel packaging pandas numpy beautifulsoup4 | ||
# dev_requirements = | ||
# console_scripts = | ||
black_formatting = False | ||
readme_nb = index.ipynb | ||
allowed_metadata_keys = | ||
allowed_cell_metadata_keys = | ||
jupyter_hooks = True | ||
clean_ids = True | ||
custom_quarto_yml = False | ||
|