Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gelio5 committed Dec 27, 2022
1 parent cddaa1a commit 7257b21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
author='Vladislav Reznik',
author_email='[email protected]',
description='Stepper driver using MODBUS communication protocol API',
requires=['pyserial~=3.5', 'pymodbus~=3.0.2'],
long_description='''
Step driver aims to be fully implemented API for managing stepper driver via MODBUS RTU, which
was realized in STM32G071 microcontroller.
''',
requires=['pyserial', 'pymodbus'],
zip_safe=True,
platforms=['Linux', 'Win', 'Mac OS X'],
install_requires = ['pyserial~=3.5', 'pymodbus~=3.0.2']
Expand Down

0 comments on commit 7257b21

Please sign in to comment.