From 791abc6f6f79b3a6673fecfad62886821222251c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Fri, 11 Jan 2019 19:09:55 +0100 Subject: [PATCH] update coverage id --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 065525e..f3374e2 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ def write_version(): add_htmlhelp=sys.platform.startswith("win"), coverage_options=dict(omit=["*exclude*.py"]), fLOG=logging_function, covtoken=( - "989a8320-d21b-47f4-910b-f1fd9b2e5415", "'_UT_37_std' in outfile"), + "216b00d8-6a02-4643-9ecc-c74ce42be58c", "'_UT_37_std' in outfile"), nbformats=('ipynb', 'html', 'python', 'rst', 'slides', 'present', 'github'), github_owner='sdpython')