From bb264d9a44ea9c41dcb5f2e04093228ab61aff06 Mon Sep 17 00:00:00 2001 From: pyrco <105293448+pyrco@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:52:47 +0200 Subject: [PATCH] Update setup.cfg with description related fields Add a package description and a content type for the long_description. (DIS-1583) --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 832caf0..b3921dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,9 @@ author = Dissect Team author_email = dissect@fox-it.com url = https://github.com/fox-it/dissect.etl license = Affero General Public License v3 +description = A Dissect module implementing a parser for Event Trace Log (ETL) files, used by the Windows operating system to log kernel events long_description = file: README.md +long_description_content_type = text/markdown license_files = LICENSE, COPYRIGHT classifiers = Programming Language :: Python :: 3