spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
132 stars 26 forks source link

Include LICENSE file in wheels #51

Closed toddrme2178 closed 6 years ago

toddrme2178 commented 6 years ago

The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation here for more information.

mgeier commented 6 years ago

Thanks!