Skip to content

Commit

Permalink
add entry_points autoflake = autoflake:main to setup.cfg (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh authored Aug 28, 2022
1 parent 711d076 commit a6b557a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a6b557a

Please sign in to comment.