From 928dbc2d7436edccb6bc83ef6b4bc90ecdfd099b Mon Sep 17 00:00:00 2001 From: Alwx Date: Wed, 2 Oct 2019 19:49:02 +0300 Subject: [PATCH] fix tags --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3b2ff26..161e1f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ max-line-length = 120 max-complexity = 12 [bdist_wheel] -python-tag = py35,py36 +python-tag = py35.py36 [coverage:run] branch = True