From bc982e59ee1581073eb6afafd11e1a8898a14a8e Mon Sep 17 00:00:00 2001
From: Jordan Borean <jborean93@gmail.com>
Date: Sat, 8 Aug 2020 12:46:52 +1000
Subject: [PATCH] Fix up long_description type to md

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 0dfb850..974b446 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,7 @@ setup(
     url='https://github.com/jborean93/smbprotocol',
     description='Interact with a server using the SMB 2/3 Protocol',
     long_description=long_description,
+    long_description_content_type='text/markdown',
     keywords='smb smb2 smb3 cifs python',
     license='MIT',
     classifiers=[
-- 
GitLab