mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
added entry point for flake8 command
This commit is contained in:
parent
dd92d52f06
commit
a89b840960
1 changed files with 5 additions and 1 deletions
6
setup.py
6
setup.py
|
|
@ -32,4 +32,8 @@ setup(
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Topic :: Software Development",
|
"Topic :: Software Development",
|
||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
])
|
],
|
||||||
|
entry_points={
|
||||||
|
'console_scripts': ['flake8 = flake8.run:main']
|
||||||
|
},
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue