mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
python-txsocksx: new package
From the README: txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 7979f89..3873a1e 100644
|
||||
--- 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'],
|
||||
)
|
||||
Reference in New Issue
Block a user