From 8639bf3b9242c8dce6c074e93e9c7109cf418020 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Sat, 27 Aug 2022 18:30:22 -0700 Subject: [PATCH] add entry_points autoflake = autoflake:main to setup.cfg --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 9f6174c..6217c9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,5 +24,9 @@ install_requires = python_requires = >=3.7 test_suite = test_autoflake +[options.entry_points] +console_scripts = + autoflake = autoflake:main + [bdist_wheel] universal = 1