From eb280ea3bd908d9f33a881f2b46cd17671975848 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Fri, 23 Aug 2013 12:48:21 -0600 Subject: Distribute fork merged into setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbe7885..9abb308 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( 'xnt = xnt.xenant:main', ], }, - install_requires=['distribute',], + install_requires=['setuptools',], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console', -- cgit v1.2.1