From 8b30cbcbac7d077e2f0470ee8e20d5ee0695c822 Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Sun, 1 Feb 2026 00:20:58 -0800 Subject: [PATCH] Delete setup.cfg This config file contains only outdated options. Universal wheels are not possible since Python 2 support was dropped. Forcing sdists to be zipped goes against modern publishing guidelines. Removing this option fixes #166 --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 95207488..00000000 --- a/setup.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[bdist_wheel] -universal = 0 - -[sdist] -formats = zip