This patch updates LNT's MANIFEST.in file with two missing entries which are required to correctly specify the files needed to distribute LNT as redistributable Python source distribution.
If we don’t supply an explicit list of files, packaging command puts a minimal default set of files into the source distribution (omitting requirements.client.txt & requirements.server.txt). Both .txt files store pinned versions of dependencies for LNT client and server.
Missing MANIFEST.in file entries with requirements are:
- requirements.client.txt
- requirements.server.txt