diff --git a/rendercv/__init__.py b/rendercv/__init__.py index d8becba..5dfaf17 100644 --- a/rendercv/__init__.py +++ b/rendercv/__init__.py @@ -1,6 +1,11 @@ """RenderCV package. -To be continued... +RenderCV is a LaTeX CV generator from a JSON/YAML input file. It is a LaTeX framework, +and users can use RenderCV with their custom LaTeX CVs. It allows you to separate your +CV's content from its design. + +Write your content, and get a high-quality, professional-looking CV as a PDF with its +LaTeX source! """ __version__ = "1.0"