diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-03-20 22:13:01 +0000 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-03-20 22:15:22 +0000 |
commit | a9f9254934c603a32775498e9fc12a0495dff4eb (patch) | |
tree | 64f2c64addc7fe64122aecbe3f54929dccf87ec1 /MANIFEST.in | |
parent | 408c38a60f78c54ebaf2b6651cc3898d471cab15 (diff) | |
download | buildstream-a9f9254934c603a32775498e9fc12a0495dff4eb.tar.gz |
MANIFEST.in: Remove conftest.py include
In !1243, `conftest.py` was moved inside the `tests` directory. Since we
already recursively include everything from there, we can get rid of the
outdated top-level include directive.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index d23bb79cc..a8899a91e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -23,7 +23,6 @@ recursive-include doc/sessions *.run # Tests recursive-include tests * -include conftest.py include tox.ini include .coveragerc include .pylintrc |