python-txsocksx: use variant PyBuild/Compile syntax, add src package,

refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2018-01-14 23:48:43 +08:00
parent a5fdaeb52c
commit 44a362de08
3 changed files with 25 additions and 16 deletions

View File

@@ -1,5 +1,3 @@
diff --git a/setup.py b/setup.py
index 7979f89..5e1abb3 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,8 @@
@@ -25,5 +23,5 @@ index 7979f89..5e1abb3 100644
+ #},
+ version=os.environ.get('PKG_VERSION'),
install_requires=install_requires,
packages=['txsocksx', 'txsocksx.test'],
packages=['txsocksx'],
)