From dc4504c2af0b1981f29e534c52b44eab9cbe28ac 2007-08-13 17:51:26 From: vivainio Date: 2007-08-13 17:51:26 Subject: [PATCH] remove all datafiles from the egg --- diff --git a/setup.py b/setup.py index 0ed0035..a677ba8 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 = {}