From 298e0d42220058cb27ffa399e85cbd69630008c2 Mon Sep 17 00:00:00 2001 From: Richard Pastrick Date: Thu, 16 Feb 2012 09:38:08 -0800 Subject: [PATCH] Change sample.settings.py to sample_config.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a20a3d..c1743ab 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup_kwargs['license'] = 'GNU General Public License v3' setup_kwargs['long_description'] = read('README.rst') # top-level files that should be included as documentation -doc_files = ['COPYING.txt', 'README.rst', 'CONTRIBUTORS.rst', 'sample.settings.py'] +doc_files = ['COPYING.txt', 'README.rst', 'CONTRIBUTORS.rst', 'sample_config.py'] # helper to create a 'data_files'-type sequence recursively for a given dir def recursive_data_files(src, dest=None):