diff --git a/setupbase.py b/setupbase.py index 0113f6d9e..8a7efa9ce 100644 --- a/setupbase.py +++ b/setupbase.py @@ -132,7 +132,7 @@ def find_package_data(): static_data.append(os.path.join(parent, f)) package_data = { - 'IPython.config.profile' : ['README', '*/*.py'], + 'IPython.config.profile' : ['README*', '*/*.py'], 'IPython.testing' : ['*.txt'], 'IPython.frontend.html.notebook' : ['templates/*'] + static_data, 'IPython.frontend.qt.console' : ['resources/icon/*.svg'],