Commit a5f36623 authored by Ivan Tyagov's avatar Ivan Tyagov

Generate modbus_server console script. Remove numpy as NOT strictly needed for PLC's work.

parent 7b99e2c3
......@@ -6,6 +6,6 @@ from setuptools import setup
setup(
name='osie-plc',
version='0.1',
#entry_points={'console_scripts': ['windea = windea:main']},
install_requires=['pyA20Lime2', 'pymodbus[twisted]', 'click', 'prompt_toolkit', 'pygments', 'numpy' ]
entry_points={'console_scripts': ['modbus_server = modbus_server:main']},
install_requires=['pyA20Lime2', 'pymodbus[twisted]', 'click', 'prompt_toolkit', 'pygments']
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment