Commit 53e31b59 authored by Ivan Tyagov's avatar Ivan Tyagov

Rename package.

See merge request nexedi/osie!1
parents 78a3ec91 9329bcc2
""" """
Install OSIE-PLC. Install OSIE's coupler.
""" """
from setuptools import setup from setuptools import setup
setup( setup(
name='osie_plc', name='osie_coupler',
version='0.1', version='0.1',
entry_points={'console_scripts': ['osie_plc_server = osie_plc.osie_plc:main']}, entry_points={'console_scripts': ['osie_plc_server = osie_coupler.osie_coupler:main']},
install_requires=['pyA20Lime2', 'pymodbus[twisted]', 'click', 'prompt_toolkit', 'pygments', 'bitarray', 'cython', 'numpy', 'pandas'] 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