-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.0.2 and update project metadata
- Loading branch information
ncoop57
committed
Nov 21, 2024
1 parent
7986298
commit d8a5155
Showing
2 changed files
with
17 additions
and
23 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,45 +1,39 @@ | ||
[DEFAULT] | ||
# All sections below are required unless otherwise specified. | ||
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples. | ||
|
||
### Python library ### | ||
repo = shell_sage | ||
lib_name = %(repo)s | ||
version = 0.0.1 | ||
lib_name = shell_sage | ||
version = 0.0.2 | ||
min_python = 3.10 | ||
license = apache2 | ||
black_formatting = False | ||
|
||
### nbdev ### | ||
doc_path = _docs | ||
lib_path = shell_sage | ||
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://AnswerDotAI.github.io | ||
doc_baseurl = /shell_sage | ||
git_url = https://github.com/AnswerDotAI/shell_sage | ||
title = shell_sage | ||
audience = Developers | ||
author = ncoop57 | ||
author_email = [email protected] | ||
copyright = 2024 onwards, %(author)s | ||
copyright = 2024 onwards, ncoop57 | ||
description = Your favorite AI buddy right in your terminal | ||
keywords = nbdev jupyter notebook python | ||
language = English | ||
status = 3 | ||
user = AnswerDotAI | ||
|
||
### Optional ### | ||
requirements = claudette fastcore rich | ||
# dev_requirements = | ||
console_scripts = ssage=shell_sage.core:main | ||
# conda_user = | ||
# package_data = | ||
readme_nb = index.ipynb | ||
allowed_metadata_keys = | ||
allowed_cell_metadata_keys = | ||
jupyter_hooks = False | ||
clean_ids = True | ||
clear_all = False | ||
cell_number = True | ||
skip_procs = | ||
|
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" |