From 8492fbdeb4babd691ab1e232c45c9e8492d7a02e Mon Sep 17 00:00:00 2001 From: James Ridgway Date: Wed, 23 Dec 2020 12:36:17 +0000 Subject: [PATCH] setup.py fix --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6dccb66..b293814 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,5 @@ def get_version(): url='https://github.com/jamesridgway/devdeck_core', license='MIT', packages=['devdeck.core'], - scripts=['bin/devdeck'], install_requires=install_reqs )