Explicitly include test/ in release tarballs. Closes GH-1384.

distutils whitelists 'test/test*.py', which unfortunately excludes
'test/__init__.py', which is needed by supybot-test.
This commit is contained in:
Valentin Lorentz 2019-10-28 18:08:09 +01:00
parent 9eecedee93
commit 103210e683

View File

@ -3,3 +3,4 @@ include README.md
include Makefile
include .travis.yml
include requirements.txt
include test/*.py