diff options
author | Elvis Pranskevichus <elvis@edgedb.com> | 2021-08-07 15:26:11 -0700 |
---|---|---|
committer | Elvis Pranskevichus <elvis@edgedb.com> | 2021-08-07 15:28:55 -0700 |
commit | 88e2427ed1f4d9d396dafc928ae09f2319c08828 (patch) | |
tree | 62d393b1f4517abcc5f7ad56977f13e38a512788 /MANIFEST.in | |
parent | 07279182486b3c2522a9b3c5d9ca8488545a8ee9 (diff) | |
download | immutables-88e2427ed1f4d9d396dafc928ae09f2319c08828.tar.gz immutables-88e2427ed1f4d9d396dafc928ae09f2319c08828.zip |
Consolidate mypy and pytest config into pyproject.toml
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 9d9b332..d3f372b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ recursive-include tests *.py recursive-include immutables *.py *.c *.h *.pyi include LICENSE* NOTICE README.rst bench.png -include mypy.ini immutables/py.typed +include immutables/py.typed |