From 9e9f4800757de4d9c780212da7261012608e1147 Mon Sep 17 00:00:00 2001 From: r4sas Date: Tue, 16 Jul 2019 20:52:15 +0000 Subject: [PATCH] add description content type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f299690..472efec 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup( version=pbincli_version, description='PrivateBin client for command line', long_description=long_description, + long_description_content_type='text/x-rst', author='R4SAS', author_email='r4sas@i2pmail.org', url='https://github.com/r4sas/PBinCLI',