From 66e883b48c014a89625d17e6f54d7cf4e32cbd17 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Tue, 9 Jun 2020 02:39:48 +0000 Subject: Fix console_scripts entrypoint --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a6c5c6d..c0735fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ exclude = tests.* [options.entry_points] -distutils.commands = +console_scripts = pydora = pydora.player:main pydora-configure = pydora.configure:main -- cgit v1.2.3