from setuptools import setup setup( name="RMAP Utilities", version="3.2.0", description="RMAP tools to build and parse RMAP packets", author="Greg Flynn", author_email="greg.flynn@lakenheathelectronics.com", packages=['RMAP_Utilities', ], install_requires=[ ] )
There was an error while loading. Please reload this page.