From 149facdaff2aa1caa774e6486c7167dd0f5f6b73 Mon Sep 17 00:00:00 2001 From: Elijas <4084885+Elijas@users.noreply.github.com> Date: Wed, 27 Sep 2023 05:16:58 +0300 Subject: [PATCH] docs(pypi-readme): update description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f046f9b..e074b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sec-parser" version = "0.8.0" -description = "A robust and efficient parser for SEC filings, designed to extract and analyze financial data with ease." +description = "Parse SEC EDGAR HTML documents into a tree of elements that correspond to the visual structure of the document." authors = ["Alphanome.AI "] readme = "docs/README-pypi.md" repository = "https://github.com/alphanome-ai/sec-parser"