Include licence in sdist.

This commit is contained in:
Ben Nuttall
2017-02-08 13:54:41 +00:00
parent fb3c4f0bd6
commit 218ca4b527
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
include README.rst include README.rst
recursive-include tests *.py recursive-include tests *.py
include LICENCE.txt

View File

@@ -22,7 +22,7 @@ except ImportError:
pass pass
__project__ = 'gpiozero' __project__ = 'gpiozero'
__version__ = '1.3.1' __version__ = '1.3.1.post1'
__author__ = 'Ben Nuttall' __author__ = 'Ben Nuttall'
__author_email__ = 'ben@raspberrypi.org' __author_email__ = 'ben@raspberrypi.org'
__url__ = 'https://github.com/RPi-Distro/python-gpiozero' __url__ = 'https://github.com/RPi-Distro/python-gpiozero'