diff --git a/setup.py b/setup.py index 31af0ca..ff2cea8 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup +from setuptools import setup from webfinger import __version__ long_description = open('README.rst').read()