Skip to content

Commit ab588fd

Browse files
update setup.cfg
1 parent e3834e6 commit ab588fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = python_arsenal
33
summary = Python useful utilities methods, only for Python3
44
author = xiayubin
5-
author-email = xiayubin@patsnap.com
5+
author-email = supercoderhawk@gmail.com
66
license = MIT
77
home-page = git@github.com:supercoderhawk/python_arsenal.git
88
description-file = README.rst
@@ -47,6 +47,7 @@ addopts = tests
4747
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
4848
# in order to write a coverage file that can be read by Jenkins.
4949
addopts =
50+
; --no-cov
5051
--cov python_arsenal --cov-report term-missing
5152
--verbose
5253

0 commit comments

Comments
 (0)