From 7f71f651352a25623a5fbe059e8747f667bc5bc5 2006-02-03 07:35:45 From: vivainio Date: 2006-02-03 07:35:45 Subject: [PATCH] adding docs to egg because of problems in win32 easy_install == dev --- diff --git a/setup.py b/setup.py index 8a47cea..0a6aa4e 100755 --- a/setup.py +++ b/setup.py @@ -143,8 +143,8 @@ if 'setuptools' in sys.modules: ]} } scriptfiles = [] - # eggs will lack docs, examples - datafiles = [('lib', 'IPython/UserConfig', cfgfiles)] + # eggs will lack docs, examples XXX not anymore + #datafiles = [('lib', 'IPython/UserConfig', cfgfiles)] else: egg_extra_kwds = {}