robotpy / pynetworktables

Pure python implementation of the FRC NetworkTables protocol
Other
60 stars 30 forks source link

Build universal wheels #66

Closed auscompgeek closed 5 years ago

auscompgeek commented 5 years ago

This builds and distributes universal wheels for pynetworktables.

To this end, this also corrects the metadata, uses extras_require to specify the Python 2 requirements, adds the requires_python metadata, and changes the license metadata to be a valid SPDX identifier.