summaryrefslogtreecommitdiffstats
path: root/lang/python/python-txsocksx/patches/001-omit-tests.patch
blob: 2bed548d74892fe7f25fad50e4b7449cbbe3d3f9 (plain)
1
2
3
4
5
6
7
8
9
--- a/setup.py
+++ b/setup.py
@@ -35,5 +35,5 @@ setup(
         'version_module_paths': ['txsocksx/_version.py'],
     },
     install_requires=install_requires,
-    packages=['txsocksx', 'txsocksx.test'],
+    packages=['txsocksx'],
 )