aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-02-27 03:08:48 +0000
committerMike Crute <mike@crute.us>2020-06-16 00:15:18 +0000
commitcc6ac9555e25536e0ce4a71834a16e872c3eb4da (patch)
treef2555e03edf78a926df7130a9b9882b769c2e5ba /setup.cfg
parent95b3f19c042b8dd582a46c1b58e2b0c5e81f4d5b (diff)
downloadpydora-cc6ac9555e25536e0ce4a71834a16e872c3eb4da.tar.bz2
pydora-cc6ac9555e25536e0ce4a71834a16e872c3eb4da.tar.xz
pydora-cc6ac9555e25536e0ce4a71834a16e872c3eb4da.zip
WIP: Stub in editorpydora-editor
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c0735fc..a7fc2ea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,6 +39,7 @@ exclude =
39console_scripts = 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 pydora-edit = pydora.editor:main
42 43
43[testenv:format] 44[testenv:format]
44deps = 45deps =