Limnoria/MANIFEST.in
Valentin Lorentz 103210e683 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.
2019-10-28 18:17:13 +01:00

7 lines
117 B
Plaintext

include LICENSE.md
include README.md
include Makefile
include .travis.yml
include requirements.txt
include test/*.py