added entry point for flake8 command

This commit is contained in:
mrlabbe 2012-09-05 13:17:02 -04:00
parent dd92d52f06
commit a89b840960

View file

@ -32,4 +32,8 @@ setup(
"Programming Language :: Python",
"Topic :: Software Development",
"Topic :: Utilities",
])
],
entry_points={
'console_scripts': ['flake8 = flake8.run:main']
},
)