From acbd5c05c7a7987c0ac9ae925032ae553095ebee Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 11 Aug 2019 16:09:38 +0800 Subject: Avoid creating python 2 release Thank you! https://github.com/gitpython-developers/GitPython/issues/898#issuecomment-515831903 [skip CI] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3c6e79cf..aa76baec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [bdist_wheel] -universal=1 +universal=0 -- cgit v1.2.3