Skip to content

Commit

Permalink
change flake8 rule name to RPY
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Apr 30, 2023
1 parent 6e05ad3 commit 3e29fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
package = {
"name": name,
"packages": setuptools.find_packages(exclude=["tests*"]),
"entry_points": {"flake8.extension": ["REACTPY=reactpy_flake8:plugin"]},
"python_requires": ">=3.6",
"entry_points": {"flake8.extension": ["RPY=reactpy_flake8:plugin"]},
"python_requires": ">=3.7",
"description": "Flake8 plugin to enforce the rules of hooks for ReactPy",
"author": "Ryan Morshead",
"author_email": "[email protected]",
Expand Down

0 comments on commit 3e29fb3

Please sign in to comment.