From 107cd2e9d17c2fe49e9abc32bac4025a01061969 Mon Sep 17 00:00:00 2001 From: andreped Date: Fri, 10 Dec 2021 21:02:38 +0100 Subject: [PATCH] removed install command --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index e46be3d..f40bfdf 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,4 @@ "Operating System :: OS Independent", ], python_requires='>=3.6', - cmdclass={ - 'install': InstallCommand, - }, )