# HG changeset patch # User Ludovic Chabant # Date 1431758512 25200 # Node ID 3890353d3e5a7b71d2a5062aad0b8949e058edd0 # Parent 4a5dd342401287ac97e281c8ed71591f747b2525 setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup. diff -r 4a5dd3424012 -r 3890353d3e5a MANIFEST.in --- a/MANIFEST.in Tue May 12 23:58:01 2015 -0700 +++ b/MANIFEST.in Fri May 15 23:41:52 2015 -0700 @@ -1,6 +1,8 @@ include README.rst include CHANGELOG.rst include LICENSE.rst +include requirements.txt +include dev-requirements.txt recursive-include piecrust *.py mime.types recursive-include piecrust/resources * recursive-include tests *.py