From 88e2427ed1f4d9d396dafc928ae09f2319c08828 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Sat, 7 Aug 2021 15:26:11 -0700 Subject: Consolidate mypy and pytest config into pyproject.toml --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.3