diff --git a/README.md b/README.md index 732cdaa..75d0751 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A: Anger and spite, mostly. Q: No, really, *why* A: Ok, Because I want to download the internet, and idiots post stuff, and then - try to "protect" it from scraping with stupid jerberscript bullshit. +try to "protect" it from scraping with stupid jerberscript bullshit. ## Note: If your non-interactive webite requires me to execute javascript to view it, FUCK YOU, you are a horrible person who is actively ruining the internet. diff --git a/setup.py b/setup.py index 3f7e603..1b07402 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ # license="LICENSE.txt", description="Like `requests`, but shittier.", - long_description=open("README.md").read(), + long_description = open("README.md").read(), + long_description_content_type = "text/markdown", dependency_links=[ 'https://github.com/fake-name/ChromeController/tarball/master#egg=ChromeController-0.1.2',