diff options
author | Thomas Waldmann <tw@waldmann-edv.de> | 2017-06-18 05:28:33 +0200 |
---|---|---|
committer | Thomas Waldmann <tw@waldmann-edv.de> | 2017-06-18 14:45:04 +0200 |
commit | 0aac3a129d29f806d85e0d993a9e1fa75317e81d (patch) | |
tree | c6e18a372b33707a1797df1bb015329cbf8a5cf4 | |
parent | f741ac231046ecd5bea1389fa86cf174ec0df7e6 (diff) |
MANIFEST.in: exclude .coafile (coala)1.1.0b6
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index bbadcbcea..2ec72dc24 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in -exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile +exclude .coafile .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile prune .travis prune .github graft src |