From 577afdbe5906247493182df95fe5e5338ac23080 Mon Sep 17 00:00:00 2001 From: layday Date: Mon, 30 Aug 2021 18:54:29 +0300 Subject: [PATCH] Do not tag wheel as being compatible with Python 2 Since this project no longer supports Python < 3.6, wheels should not be created with the "py2.py3" tag in their filename. Fixes: #893 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 32fed410..992a7ac4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,9 +67,6 @@ console_scripts = [egg_info] tag_build=dev -[bdist_wheel] -universal = 1 - [upload_docs] upload-dir = docs/build/output/html -- 2.47.2