diff --git a/setup.py b/setup.py index dee5365..4386d86 100755 --- a/setup.py +++ b/setup.py @@ -32,4 +32,8 @@ setup( "Programming Language :: Python", "Topic :: Software Development", "Topic :: Utilities", - ]) + ], + entry_points={ + 'console_scripts': ['flake8 = flake8.run:main'] + }, + )