Skip to content

Commit 3bc60bf

Browse files
committed
🎨 Style(pyproject.toml): description in a single line
1 parent a06a9e4 commit 3bc60bf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name = "vuegen"
33
dynamic = ["version"]
44

55
[tool.poetry]
6-
description = """
7-
VueGen automates the creation of reports from bioinformatics outputs, supporting formats like PDF, HTML, DOCX,
8-
ODT, PPTX, Reveal.js, Jupyter notebooks, and Streamlit web applications. Users simply provide a directory with
9-
output files—such as plots, tables, networks, Markdown text, and HTML files—and VueGen compiles them into a structured report.
10-
"""
6+
description = "VueGen automates the creation of reports from bioinformatics outputs, supporting formats like PDF, HTML, DOCX, ODT, PPTX, Reveal.js, Jupyter notebooks, and Streamlit web applications. Users simply provide a directory with output files and VueGen compiles them into a structured report."
117
authors = ["MoNA group"]
128
license = "MIT"
139
readme = "README.md"

0 commit comments

Comments
 (0)