vsergeev / python-periphery

A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.
MIT License
519 stars 139 forks source link

LICENSE file is missing in the tarball available from PyPi #27

Closed texierp closed 5 years ago

texierp commented 5 years ago

Hi @vsergeev,

Would it be possible to put the license file in the archive available on PyPi ?

You can read the initial discussion on Buildroot's ML [1]

Thanks !

/Pierre-Jean

[1] - http://lists.busybox.net/pipermail/buildroot/2019-June/253049.html

vsergeev commented 5 years ago

Sure, I will add it shortly.

texierp commented 5 years ago

Thanks :)

vsergeev commented 5 years ago

Fixed in v1.1.2. LICENSE file is now in all packages on https://pypi.org/project/python-periphery/#files.