From 5c5784540af5d5311e2bd64c5d435d78e88acdcd Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sun, 27 May 2012 01:53:18 +0100 Subject: [PATCH] Remove broken command. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5bc4732..10d6439 100755 --- a/setup.py +++ b/setup.py @@ -155,7 +155,6 @@ class InstallCmd(install): setup( cmdclass={'test': TestCmd, - 'dist_clean': CleanCmd, 'dist_clean': CleanCmd, 'install': InstallCmd, }, -- GitLab