Commit cbc88c45 authored by Ivan Tyagov's avatar Ivan Tyagov

Adjust setup of egg after rename.

parent 56f0b922
...@@ -6,6 +6,6 @@ from setuptools import setup ...@@ -6,6 +6,6 @@ from setuptools import setup
setup( setup(
name='osie_plc', name='osie_plc',
version='0.1', version='0.1',
entry_points={'console_scripts': ['pymodbus_server = osie_plc.modbus_server:main']}, entry_points={'console_scripts': ['osie_plc_server = osie_plc.osie_plc:main']},
install_requires=['pyA20Lime2', 'pymodbus[twisted]', 'click', 'prompt_toolkit', 'pygments', 'bitarray', 'cython', 'numpy', 'pandas'] install_requires=['pyA20Lime2', 'pymodbus[twisted]', 'click', 'prompt_toolkit', 'pygments', 'bitarray', 'cython', 'numpy', 'pandas']
) )
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