From 3fab5f723bc513e8467b15b2200a7cc63176dee1 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 14 Sep 2018 12:11:55 -0400 Subject: Update setup configuration --- setup.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index afcd5fb..c95c79d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,11 @@ [aliases] test = pytest +[metadata] +license_file = LICENSE.md + [tool:pytest] -testpaths = tests +addopts = --pep8 --flakes -[wheel] +[bdist_wheel] universal = 1 -- cgit v1.2.3