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

Commit 3e29fb3

Browse files
committed
change flake8 rule name to RPY
1 parent 6e05ad3 commit 3e29fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
package = {
1919
"name": name,
2020
"packages": setuptools.find_packages(exclude=["tests*"]),
21-
"entry_points": {"flake8.extension": ["REACTPY=reactpy_flake8:plugin"]},
22-
"python_requires": ">=3.6",
21+
"entry_points": {"flake8.extension": ["RPY=reactpy_flake8:plugin"]},
22+
"python_requires": ">=3.7",
2323
"description": "Flake8 plugin to enforce the rules of hooks for ReactPy",
2424
"author": "Ryan Morshead",
2525
"author_email": "ryan.morshead@gmail.com",

0 commit comments

Comments
 (0)