From 01f2a328ea0adc3beaa4239c3721832520e629b6 Mon Sep 17 00:00:00 2001 From: Conor Schaefer <conor.schaefer@gmail.com> Date: Fri, 27 Mar 2015 18:18:51 -0700 Subject: [PATCH] adds "wordlists/wordlist_en.txt" to setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dd70e16..211da4a 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 + tests docs README.rst diceware.py wordlists/wordlist_en.txt -- GitLab