From 8ad2d5ba0cd2665e28e6ab84af11f74a83163471 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Tue, 18 Oct 2022 21:12:05 +0200 Subject: move isort and coverage config into pyproject.toml ...since pyproject.toml was introduced in #2040. CC @mayeut Signed-off-by: Giampaolo Rodola --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index c9cd85e9..e19c7e2d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,5 @@ -include .coveragerc include .flake8 include .gitignore -include .isort.cfg include CONTRIBUTING.md include CREDITS include HISTORY.rst @@ -123,6 +121,7 @@ include psutil/tests/test_system.py include psutil/tests/test_testutils.py include psutil/tests/test_unicode.py include psutil/tests/test_windows.py +include pyproject.toml include scripts/battery.py include scripts/cpu_distribution.py include scripts/disk_usage.py -- cgit v1.2.1