Include needed PyCRC code

This commit is contained in:
Jean-Louis Dupond
2020-01-28 17:26:45 +01:00
parent 659560222a
commit d714528c5a
3 changed files with 25 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ setup(
'pyserial>=3,<4',
'pyserial-asyncio<1',
'pytz',
'PyCRC>=1.2,<2'
],
entry_points={
'console_scripts': ['dsmr_console=dsmr_parser.__main__:console']