Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 6810e8b

Browse files
committed
change error code name
1 parent b0f81e6 commit 6810e8b

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
@@ -18,7 +18,7 @@
1818
package = {
1919
"name": name,
2020
"packages": setuptools.find_packages(exclude=["tests*"]),
21-
"entry_points": {"flake8.extension": ["ROH=reactpy_flake8:plugin"]},
21+
"entry_points": {"flake8.extension": ["REACTPY=reactpy_flake8:plugin"]},
2222
"python_requires": ">=3.6",
2323
"description": "Flake8 plugin to enforce the rules of hooks for ReactPy",
2424
"author": "Ryan Morshead",

0 commit comments

Comments
 (0)