Merge pull request #4 from swayson/patch-1

Update setup.py
This commit is contained in:
2018-02-25 11:21:14 -05:00
committed by GitHub
+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'