8000 rename console script flake8_trio -> flake8-trio · python-trio/flake8-async@e28ad38 · GitHub
[go: up one dir, main page]

Skip to content

Commit e28ad38

Browse files
committed
rename console script flake8_trio -> flake8-trio
1 parent a29608c commit e28ad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ def local_file(name: str) -> Path:
5050
long_description_content_type="text/markdown",
5151
entry_points={
5252
"flake8.extension": ["TRI = flake8_trio:Plugin"],
53-
"console_scripts": ["flake8_trio=flake8_trio:main"],
53+
"console_scripts": ["flake8-trio=flake8_trio:main"],
5454
},
5555
)

0 commit comments

Comments
 (0)
0