Update setup.py

URL was still pointing to requests and this corrects that.
This commit is contained in:
swayson
2018-02-25 17:38:05 +02:00
committed by GitHub
parent 0d6ddcc836
commit 0ea60d1788
+1 -1
View File
@@ -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'