From b11507eda86bd49d4801df6c6f2b5700f15087d7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Nov 2020 07:14:02 +0100 Subject: Adding upstream version 1.5.7. Signed-off-by: Daniel Baumann --- setup.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c742f5a..2b90b9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = identify -version = 1.5.5 +version = 1.5.7 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/chriskuehl/identify +url = https://github.com/pre-commit/identify author = Chris Kuehl author_email = ckuehl@ocf.berkeley.edu license = MIT @@ -37,5 +37,8 @@ exclude = tests* testing* -[wheel] +[bdist_wheel] universal = True + +[coverage:run] +plugins = covdefaults -- cgit v1.2.3