From dc896aa348b7d5e4dbeed440c6ae8cf8ebdf2fdd Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Thu, 16 Jul 2009 15:23:18 -0700 Subject: Prune the contrib package which should have been removed when the markdown module was added as a setuptools dependency --- SetupConfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'SetupConfig.py') diff --git a/SetupConfig.py b/SetupConfig.py index f0504c8..14521a8 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -11,7 +11,6 @@ packages = ['Cheetah', 'Cheetah.Tests', 'Cheetah.Tools', 'Cheetah.Utils', - 'Cheetah.contrib', ] classifiers = [line.strip() for line in '''\ #Development Status :: 4 - Beta -- cgit v1.2.1