summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Croy <tyler@monkeypox.org>2010-12-12 19:45:36 -0800
committerR. Tyler Croy <tyler@monkeypox.org>2010-12-12 19:45:36 -0800
commite9b2d300fce75a77aeacbe1e71767a88cb572d58 (patch)
tree8662cb5a1e1d5d78ce7e4e478447e0b3997a1586
parent6ac031ab0f10be385c813b6fbe4651ead100129b (diff)
downloadpython-cheetah-e9b2d300fce75a77aeacbe1e71767a88cb572d58.tar.gz
Avoid setuptools warning
Patch from: Mike Bonnet <mikeb@redhat.com> Change-Id: Ia1e97422867df55686985f6cb44c000a1322531b
-rw-r--r--SetupConfig.py1
1 files changed, 1 insertions, 0 deletions
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'}