aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-09 02:39:48 +0000
committerMike Crute <mike@crute.us>2020-06-09 02:39:48 +0000
commit66e883b48c014a89625d17e6f54d7cf4e32cbd17 (patch)
tree87230551b2a82db36046ad9e56623ccfe797e94a
parent754f3ae7e0befff81f0df75166b6d409002268db (diff)
downloadpydora-66e883b48c014a89625d17e6f54d7cf4e32cbd17.tar.bz2
pydora-66e883b48c014a89625d17e6f54d7cf4e32cbd17.tar.xz
pydora-66e883b48c014a89625d17e6f54d7cf4e32cbd17.zip
Fix console_scripts entrypointrelease-2.0.1
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a6c5c6d..c0735fc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,7 @@ exclude =
36 tests.* 36 tests.*
37 37
38[options.entry_points] 38[options.entry_points]
39distutils.commands = 39console_scripts =
40 pydora = pydora.player:main 40 pydora = pydora.player:main
41 pydora-configure = pydora.configure:main 41 pydora-configure = pydora.configure:main
42 42