CoolFace
Apppublic

crashedice/signify

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
settings.ini43 linesDownload Raw Back to root
1[DEFAULT]2# All sections below are required unless otherwise specified.3# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.4 5### Python library ###6repo = signify7lib_name = signify8version = 0.0.19min_python = 3.710license = apache211black_formatting = False12 13### nbdev ###14doc_path = _docs15lib_path = signify16nbs_path = nbs17recursive = True18tst_flags = notest19put_version_in_init = True20 21### Docs ###22branch = main23custom_sidebar = False24doc_host = https://%(user)s.github.io25doc_baseurl = /%(repo)s26git_url = https://github.com/%(user)s/%(repo)s27title = %(lib_name)s28 29### PyPI ###30audience = Developers31author = markus essl32author_email = markus.essl1@gmail.com33copyright = 2023 onwards, %(author)s34description = verify signatures35keywords = nbdev jupyter notebook python36language = English37status = 338user = MarkusEssl39 40### Optional ###41# requirements = fastcore pandas42# dev_requirements = 43# console_scripts =