summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-03-11 09:31:35 -0700
committerGitHub <noreply@github.com>2018-03-11 09:31:35 -0700
commit2ffb0ecc5e41c5486056fcd00aca274d77858860 (patch)
tree5f0325b14d059f76d566dfe2e2ec814dc5b42e21 /MANIFEST.in
parentb578d2febfd35f80fcfa1ce1bdf18d44d21b1581 (diff)
downloadpsutil-2ffb0ecc5e41c5486056fcd00aca274d77858860.tar.gz
Revert "Move tests out of package to top level directory (#1232)" (#1242)
This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c422be86..7a92a4e5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -79,6 +79,23 @@ 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/tests/README.rst
+include psutil/tests/__init__.py
+include psutil/tests/__main__.py
+include psutil/tests/test_aix.py
+include psutil/tests/test_bsd.py
+include psutil/tests/test_connections.py
+include psutil/tests/test_contracts.py
+include psutil/tests/test_linux.py
+include psutil/tests/test_memory_leaks.py
+include psutil/tests/test_misc.py
+include psutil/tests/test_osx.py
+include psutil/tests/test_posix.py
+include psutil/tests/test_process.py
+include psutil/tests/test_sunos.py
+include psutil/tests/test_system.py
+include psutil/tests/test_unicode.py
+include psutil/tests/test_windows.py
include scripts/battery.py
include scripts/cpu_distribution.py
include scripts/disk_usage.py
@@ -111,21 +128,4 @@ include scripts/top.py
include scripts/who.py
include scripts/winservices.py
include setup.py
-include tests/README.rst
-include tests/__init__.py
-include tests/__main__.py
-include tests/test_aix.py
-include tests/test_bsd.py
-include tests/test_connections.py
-include tests/test_contracts.py
-include tests/test_linux.py
-include tests/test_memory_leaks.py
-include tests/test_misc.py
-include tests/test_osx.py
-include tests/test_posix.py
-include tests/test_process.py
-include tests/test_sunos.py
-include tests/test_system.py
-include tests/test_unicode.py
-include tests/test_windows.py
include tox.ini