From 0ea60d1788252ee83c36a149dc7658790c00e59c Mon Sep 17 00:00:00 2001 From: swayson Date: Sun, 25 Feb 2018 17:38:05 +0200 Subject: [PATCH] Update setup.py URL was still pointing to requests and this corrects that. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de535c8..3407445 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import find_packages, setup, Command # Package meta-data. NAME = 'requests-html' DESCRIPTION = 'HTML Parsing for Humans.' -URL = 'https://github.com/requests/requests' +URL = 'https://github.com/kennethreitz/requests-html' EMAIL = 'me@kennethreitz.org' AUTHOR = 'Kenneth Reitz' VERSION = '0.1.1'