Skip to content

Commit

Permalink
"b'M ML/__init__.py\nM settings.ini\n'"
Browse files Browse the repository at this point in the history
  • Loading branch information
bthek1 committed Oct 28, 2023
1 parent 9e9b339 commit 5fa17f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion ML/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
35 changes: 14 additions & 21 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,43 +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 = ML
lib_name = %(repo)s
version = 0.0.1
lib_name = ML
version = 0.0.2
min_python = 3.7
license = apache2
black_formatting = False

### nbdev ###
doc_path = _docs
lib_path = ML
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://bthek1.github.io
doc_baseurl = /ML
git_url = https://github.com/bthek1/ML
title = ML
audience = Developers
author = Benedict Thekkel
author_email = bthekkel1@gmail.com
copyright = 2023 onwards, %(author)s
copyright = 2023 onwards, Benedict Thekkel
description = Machine Learning
keywords = nbdev jupyter notebook python
language = English
status = 3
user = bthek1

### Optional ###
requirements = jupyter jupyterlab nbdev jupyterlab-quarto seaborn scikit-learn pandas matplotlib plotly opencv-python fastai
# dev_requirements =
# console_scripts =
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False

0 comments on commit 5fa17f0

Please sign in to comment.