From c479cc6ad95fcb41ce37edf69bb1acc8b08ad572 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Wed, 7 Apr 2010 12:26:39 -0400 Subject: [PATCH] Switched to setuptools/distribute --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5afa05e..548c032 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup +from setuptools import setup import categories import os