From 9be0fd13df7c4a43d971f15ef15a4b53db17f799 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Fri, 1 Nov 2019 12:51:56 +0000 Subject: [PATCH] Trying to fix pypi deploy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf965f0..cba7447 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import os -from distutils.core import setup +from setuptools import setup from watson import __version__ setup(