crs4 / hl7apy

Python library to parse, create and handle HL7 v2 messages.
http://crs4.github.io/hl7apy/
MIT License
231 stars 91 forks source link

Generating wheel binary fails #43

Closed fimafurman closed 5 years ago

fimafurman commented 5 years ago

Attempting to python setup.py bdist_wheel fails with:

Unknown distribution option: 'test_suite' error: invalid command 'bdist_wheel'

svituz commented 5 years ago

We need to migrate to distutils for this. I'll check it, thanks

svituz commented 5 years ago

Hi, I migrated the package to setuptools. Now bdist_wheel works.