summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-08-11 16:09:38 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-08-11 16:33:30 +0800
commitacbd5c05c7a7987c0ac9ae925032ae553095ebee (patch)
treef2c01bedd26311d6996a6115292070dbf582df25 /setup.cfg
parent326409d7afd091c693f3c931654b054df6997d97 (diff)
downloadgitpython-acbd5c05c7a7987c0ac9ae925032ae553095ebee.tar.gz
Avoid creating python 2 release
Thank you! https://github.com/gitpython-developers/GitPython/issues/898#issuecomment-515831903 [skip CI]
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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