You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
[build-system]
|
|
requires=["jupyter_packaging~=0.9"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.check-manifest]
|
|
ignore = ["docs-translations/**", ".*", "*.yml", "*.less", "git-hooks/**", "MANIFEST.in", "RELEASE.md", "jupyter.svg", "notebook/static/**", "notebook/i18n/**/*.json", "docs/source/*.*"]
|
|
ignore-bad-ideas = ["notebook/i18n/**/*.mo"]
|
|
|
|
[tool.jupyter-releaser]
|
|
skip = ["check-links"]
|
|
|
|
[tool.jupyter-releaser.hooks]
|
|
after-bump-version = "python setup.py jsversion"
|
|
before-build-python = ["pip install babel", "npm install -g po2json"]
|
|
|
|
[tool.jupyter-releaser.options]
|
|
ignore-glob = ["docs/source/examples/Notebook/Working With Markdown Cells.ipynb", "docs-translations/**/README.md", "docs/source/contributing.rst", "docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb", "CHANGELOG.md", "notebook/static/components/**/*.*"]
|
|
|
|
[tool.tbump.version]
|
|
current = "6.5.0.dev0"
|
|
regex = '''
|
|
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
|
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
|
|
'''
|
|
|
|
[tool.tbump.git]
|
|
message_template = "Bump to {new_version}"
|
|
tag_template = "v{new_version}"
|
|
|
|
[[tool.tbump.file]]
|
|
src = "notebook/_version.py"
|