From 0aee87d8026b691d6d378c9e0d1bda6ba85b1a52 Mon Sep 17 00:00:00 2001 From: Corefinder89 Date: Sat, 8 Sep 2018 15:03:41 +0530 Subject: [PATCH] Modify setup.py modified: setup.py --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9dfe662..1b1001a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ classifiers = [ 'Intended Audience :: Information Technology', 'Programming Language :: Python :: 2.7', - 'License :: MIT License' + 'License :: OSI Approved :: MIT License' ], install_requires = [ 'requests', @@ -42,5 +42,7 @@ ] }, url = "https://github.com/browserium/Browserium", - download_url = "https://github.com/browserium/Browserium/archive/1.1.0.tar.gz" + download_url = "https://github.com/browserium/Browserium/archive/1.1.0.tar.gz", + long_description = long_description, + long_description_content_type = 'text/markdown' ) \ No newline at end of file