From e9b2d300fce75a77aeacbe1e71767a88cb572d58 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 12 Dec 2010 19:45:36 -0800 Subject: [PATCH] Avoid setuptools warning Patch from: Mike Bonnet Change-Id: Ia1e97422867df55686985f6cb44c000a1322531b --- SetupConfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SetupConfig.py b/SetupConfig.py index 2f5f122..5620416 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -29,6 +29,7 @@ classifiers = [line.strip() for line in '''\ Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: User Interfaces Topic :: Text Processing'''.splitlines() if not line.strip().startswith('#')] +del line package_dir = {'Cheetah':'cheetah'}