Skip to content

Commit 8e669cc

Browse files
authored
Update versions in plugin setup documentation (#1749)
1 parent c20e445 commit 8e669cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/plugin-dev/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ keywords = plover plover_plugin
2727
[options]
2828
zip_safe = True
2929
setup_requires =
30-
setuptools>=30.3.0
30+
setuptools>=79.0.0 # just an example, might need to be higher
3131
install_requires =
32-
plover>=4.0.0.dev10
32+
plover>=4.0.0.dev10 # or higher, especially for GUI plugins
3333
packages =
3434
... # Your packages go here
3535
py_modules =

0 commit comments

Comments
 (0)