Remove .coveragerc from MANIFEST.in

This commit is contained in:
Hynek Schlawack 2020-01-06 15:53:51 +01:00
parent 44289f2548
commit b6bd8c8d2b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ include src/attr/py.typed
recursive-include src *.pyi
# Tests
include tox.ini .coveragerc conftest.py
include tox.ini conftest.py
recursive-include tests *.py
# Documentation