summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Purvis <mike@uwmike.com>2020-09-29 15:47:48 -0400
committerGitHub <noreply@github.com>2020-09-29 15:47:48 -0400
commit9be17de56c738fb8804c84d3c8914f9ddb65731d (patch)
tree2866aa3ac4db0d7dd9fa3e78b247f635570695fb /setup.py
parentaf2f2fe89a3bf45748b78703820efb0986a8207a (diff)
downloadtftpy-9be17de56c738fb8804c84d3c8914f9ddb65731d.tar.gz
Setup with setuptools instead of distutils.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a728d8b..ff9f097 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# -*- coding: utf8 -*-
# vim: ts=4 sw=4 et ai:
-from distutils.core import setup
+from setuptools import setup
long_description = """\
Copyright, Michael P. Soulier, 2010.