Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 12:24:36 -05:00
parent d85f5b8c66
commit 08a0848c32
+1 -1
View File
@@ -9,7 +9,7 @@ import os
import sys
from shutil import rmtree
from setuptools import find_packages, setup, Command
from setuptools import setup, Command
# Package meta-data.
NAME = 'requests-html'