You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/txtorcon/files/txtorcon-0.19.3-setup.py-Do...

27 lines
680 B

From f407d11f3d4951c301fd47df211f0d93d107b8d1 Mon Sep 17 00:00:00 2001
From: Brian Dolbec <dolsen@gentoo.org>
Date: Tue, 19 Sep 2017 11:49:14 -0700
Subject: [PATCH] setup.py: Don't install the tests
This was installing the tests to its own namespace, not under the txtorcon namespace.
If you want the tests installed, then move them under the txtorcon namespace.
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index 38c6421..d5f8016 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,6 @@ setup(
url=__url__,
license=__license__,
packages=[
- "test",
"txtorcon",
"twisted.plugins",
],
--
2.14.1