From 3501c2025e9cc3318f293a6b804a1cc6a6cff830 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 8 Oct 2013 15:18:45 -0200 Subject: [PATCH] remove no longer existent examples from doc_files used in bdist_rpm. closes GH-417 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d44377109..5e219a08d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [bdist_rpm] -doc_files = docs examples extras AUTHORS INSTALL LICENSE README.rst +doc_files = docs AUTHORS INSTALL LICENSE README.rst