From 1544ef413ed36a15757a73c04c4b440d04246bfc Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Fri, 3 Jan 2020 18:30:31 +0100 Subject: rename global.c -> globals.c --- MANIFEST.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index d26c2d74..75ad5f15 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -64,19 +64,27 @@ include psutil/arch/solaris/environ.c include psutil/arch/solaris/environ.h include psutil/arch/solaris/v10/ifaddrs.c include psutil/arch/solaris/v10/ifaddrs.h -include psutil/arch/windows/global.c -include psutil/arch/windows/global.h -include psutil/arch/windows/inet_ntop.c -include psutil/arch/windows/inet_ntop.h +include psutil/arch/windows/cpu.c +include psutil/arch/windows/cpu.h +include psutil/arch/windows/disk.c +include psutil/arch/windows/disk.h +include psutil/arch/windows/globals.c +include psutil/arch/windows/globals.h +include psutil/arch/windows/net.c +include psutil/arch/windows/net.h include psutil/arch/windows/ntextapi.h include psutil/arch/windows/process_handles.c include psutil/arch/windows/process_handles.h include psutil/arch/windows/process_info.c include psutil/arch/windows/process_info.h +include psutil/arch/windows/process_utils.c +include psutil/arch/windows/process_utils.h include psutil/arch/windows/security.c include psutil/arch/windows/security.h include psutil/arch/windows/services.c include psutil/arch/windows/services.h +include psutil/arch/windows/socks.c +include psutil/arch/windows/socks.h include psutil/arch/windows/wmi.c include psutil/arch/windows/wmi.h include psutil/tests/README.rst -- cgit v1.2.1