From 9e93949eb24742ba97d95193d2702b4c84cc25fc Mon Sep 17 00:00:00 2001 From: Noah West Date: Sun, 22 Jan 2023 19:56:16 -0500 Subject: [PATCH] remove platform-dependancy commet --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index dc225eeb..86d6405e 100644 --- a/setup.py +++ b/setup.py @@ -82,9 +82,5 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', ], - # Alternativly, add pywin32 as a Platform dependancy - # install_requires=[ - # "pywin32;platform_system=='Windows'", - # ], **EXTRA_OPTIONS )