Skip to content

Commit a06a9e4

Browse files
committed
📝 Docs(pyproject.toml): update vuegen description
1 parent b326d93 commit a06a9e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

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

55
[tool.poetry]
6-
description = "Module to generate automatic web interface reports with visualizations"
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+
"""
711
authors = ["MoNA group"]
812
license = "MIT"
913
readme = "README.md"

0 commit comments

Comments
 (0)