Skip to content

Commit

Permalink
Update project description (#2107)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ivanov and pre-commit-ci[bot] authored Feb 8, 2024
1 parent 729bba1 commit e4fa628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e4fa628

Please sign in to comment.