diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:02 +0000 |
commit | b11507eda86bd49d4801df6c6f2b5700f15087d7 (patch) | |
tree | a387ba9ae22d2409e2eada620488a37f0bc36d2b /setup.cfg | |
parent | Adding upstream version 1.5.5. (diff) | |
download | identify-b11507eda86bd49d4801df6c6f2b5700f15087d7.tar.xz identify-b11507eda86bd49d4801df6c6f2b5700f15087d7.zip |
Adding upstream version 1.5.7.upstream/1.5.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |