Commit 9329bcc2 authored by Ivan Tyagov's avatar Ivan Tyagov

Rename package.

parent 78a3ec91
"""
Install OSIE-PLC.
Install OSIE's coupler.
"""
from setuptools import setup
setup(
name='osie_plc',
name='osie_coupler',
version='0.1',
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']
entry_points={'console_scripts': ['osie_plc_server = osie_coupler.osie_coupler:main']},
install_requires=['pyA20Lime2', 'pymodbus[twisted]', 'click', 'prompt_toolkit', 'pygments', 'bitarray']
)
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