niolabs / python-xbee

Python tools for working with XBee radios
MIT License
101 stars 45 forks source link

Modernized setup.py #29

Closed agronholm closed 7 years ago

agronholm commented 7 years ago

Provided actually useful metadata and switched to setuptools (which is everywhere these days).

Installing xbee didn't pull pyserial with it because the setup.py metadata was wrong. This fixes it and corrects many other issues with it.

hansmosh commented 7 years ago

👍

agronholm commented 7 years ago

This could be further improved by listing the exact supported Python versions as classifiers. Also, I made the edit directly in Github so I haven't tested it. But I'm confident nothing major should be broken.