diff --git a/ML/__init__.py b/ML/__init__.py index f102a9c..3b93d0b 100644 --- a/ML/__init__.py +++ b/ML/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/settings.ini b/settings.ini index 6d2cb05..0cef809 100644 --- a/settings.ini +++ b/settings.ini @@ -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 = \ No newline at end of file +readme_nb = index.ipynb +allowed_metadata_keys = +allowed_cell_metadata_keys = +jupyter_hooks = True +clean_ids = True +clear_all = False +