From 178d6db9aa44ee883f70362ce3d28a9becaa3255 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Sat, 28 Mar 2015 10:35:33 +0100 Subject: [PATCH] Revert "adds "wordlists/wordlist_en.txt" to setup.cfg" This reverts commit 01f2a328ea0adc3beaa4239c3721832520e629b6. Reason: The file list changed in this commit was only for py.test to lookup possible test sources (doctests or Python tests). Wordlists do not contain tests. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 211da4a..dd70e16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,4 +6,4 @@ docs = develop easy_install diceware[docs] [pytest] addopts = --doctest-modules --doctest-glob='*.rst' - tests docs README.rst diceware.py wordlists/wordlist_en.txt + tests docs README.rst diceware.py -- GitLab