From b6582cdfa161081dc3728378ba5beb269360bbdd Mon Sep 17 00:00:00 2001 From: vivainio <> Date: Mon, 13 Aug 2007 17:51:26 +0000 Subject: [PATCH] remove all datafiles from the egg --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ed00358c..a677ba821 100755 --- a/setup.py +++ b/setup.py @@ -150,7 +150,9 @@ if 'setuptools' in sys.modules: ]} } scriptfiles = [] - # eggs will lack docs, examples XXX not anymore + # eggs will lack docs, eaxmples + datafiles = [] + #datafiles = [('lib', 'IPython/UserConfig', cfgfiles)] else: egg_extra_kwds = {}