27 lines
620 B
Diff
27 lines
620 B
Diff
From ebb9e4ac0ad43a12bfbac55537d18fc35188d870 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Mular <omular@redhat.com>
|
|
Date: Tue, 2 Oct 2018 14:46:43 +0200
|
|
Subject: [PATCH 4/4] exclude test resources from python package
|
|
|
|
---
|
|
setup.py | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index 9d9b9851..56eb2ab8 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -28,9 +28,6 @@ setup(
|
|
'bash_completion',
|
|
'pcs.8',
|
|
'pcs',
|
|
- 'test/resources/*.xml',
|
|
- 'test/resources/*.conf',
|
|
- 'test/resources/qdevice-certs/*'
|
|
]},
|
|
zip_safe=False,
|
|
entry_points={
|
|
--
|
|
2.18.0
|
|
|