From e4fa6287916f9a928e5449598495fb0a96e00ddf Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Thu, 8 Feb 2024 03:34:44 -0800 Subject: [PATCH] Update project description (#2107) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + pyproject.toml | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e088f0533..2b2d39fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1516,6 +1516,7 @@ raw template {%- endblock in_prompt -%} """ + exporter_attr = AttrExporter() output_attr, _ = exporter_attr.from_notebook_node(nb) assert "raw template" in output_attr diff --git a/pyproject.toml b/pyproject.toml index b849ae88c..723bff5ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,13 @@ build-backend = "hatchling.build" name = "nbconvert" authors = [{name = "Jupyter Development Team", email = "jupyter@googlegroups.com"}] license = {file = "LICENSE"} -description = "Converting Jupyter Notebooks" +description = """Converting Jupyter Notebooks (.ipynb files) to other formats. + +Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. + +nbconvert can be used both as a Python library (`import nbconvert`) +or as a command line tool (invoked as `jupyter nbconvert ...`). +""" readme = "README.md" keywords = ["Interactive", "Interpreter", "Shell", "Web"] classifiers = [