diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-09-20 09:17:31 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-09-20 09:17:31 +0200 |
commit | 83d415001cc0430fcbbcf52917d5e952e3bec9cf (patch) | |
tree | 527d3506abc9855a8df119187cb08465a0b1c484 /MANIFEST.in | |
parent | 9c35a56906221b7f766f8a160f4fdd0f286232e2 (diff) | |
download | pylint-git-83d415001cc0430fcbbcf52917d5e952e3bec9cf.tar.gz |
Add pytest.ini to MANIFEST
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b42d3d02a..dc97c4ece 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,5 +6,6 @@ include bin/* include examples/*.py examples/pylintrc examples/pylintrc_camelcase include elisp/startup elisp/*.el include man/*.1 +include pytest.ini recursive-include doc *.rst *.jpeg Makefile *.html *.py *.bat graft pylint/test |