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