From c0ee0994f87cc7dedc0cc58831b44b26e3f1e6ba Mon Sep 17 00:00:00 2001 From: Fake-Name Date: Fri, 25 May 2018 03:12:59 -0700 Subject: [PATCH] So packaging somehow is now fucked, apparently due to pypi changes or something. See https://github.com/pypa/warehouse/issues/4079 (I think?). Siiiiigh. --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75d0751..3b6d0be 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ an actual browser from the perspective of the remote HTTP(s) server. Q: Why A: Because I started writing horrible web-scraper things in 2008, when the -requests library wasn't really a thing. + requests library wasn't really a thing. Q: Why *still*, then? 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 1b07402..59c0e9e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ name="WebRequest", # Version number (initial): - version="0.0.27", + version="0.0.28", # Application author details: author="Connor Wolf",