This is an archive of the discontinued LLVM Phabricator instance.

LNT's MANIFEST.in file is missing required client & server requirement files
ClosedPublic

Authored by PrzemekWirkus on Jun 26 2017, 7:20 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

PrzemekWirkus created this revision.Jun 26 2017, 7:20 AM
cmatthews accepted this revision.Jun 26 2017, 8:00 AM
This revision is now accepted and ready to land.Jun 26 2017, 8:00 AM
This revision was automatically updated to reflect the committed changes.