From 048ed590ffcaa308a28c8ad99881df9ceecbd067 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 17:13:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index d71bc1d..293b587 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,16 +30,16 @@ install_requires = windows-curses;sys_platform=="win32" python_requires = >=3.6.1 -[options.entry_points] -console_scripts = - babi = babi.main:main - babi-textmate-demo = babi.textmate_demo:main - [options.packages.find] exclude = tests* testing* +[options.entry_points] +console_scripts = + babi = babi.main:main + babi-textmate-demo = babi.textmate_demo:main + [bdist_wheel] universal = True