mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
Pymodbus is a full Modbus protocol implementation offering asynchronous communications. It can also be used without any third party dependencies (aside from pyserial) if a more lightweight project is needed. PR: 251614
11 lines
358 B
Text
11 lines
358 B
Text
--- setup.cfg.orig 2023-01-14 21:23:03.797249800 +0000
|
|
+++ setup.cfg 2023-01-15 13:13:52.728391000 +0000
|
|
@@ -46,8 +46,6 @@
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
- pymodbus.console = pymodbus.repl.client.main:main
|
|
- pymodbus.server = pymodbus.repl.server.main:app
|
|
pymodbus.simulator = pymodbus.server.simulator.main:main
|
|
|
|
[options.packages.find]
|