add MANIFEST.in (#730)

include LICENSE, CHANGELOG.md, and example config files
in source tarballs created by 'python setup.py sdist'
This commit is contained in:
Mike Fährmann
2020-05-11 01:06:45 +02:00
parent be16d77073
commit c31e7dd573

2
MANIFEST.in Normal file
View File

@@ -0,0 +1,2 @@
include README.rst CHANGELOG.md LICENSE
recursive-include docs *.conf