Files
strongswan-ext/src/libcharon/plugins/vici/python/MANIFEST.in
T
Tobias Brunner ecf161e517 vici: Move Python test dir and include it in sdist
This is the recommended location and import config as it allows running the
tests against installed versions of the package.  And while the test file
itself is automatically included in the source distribution this way, the
__init__.py file is not, so we still have to update MANIFEST.in.
2020-01-14 16:53:19 +01:00

5 lines
79 B
Plaintext

include LICENSE
include README.rst
include tox.ini
recursive-include test *.py