Merge pull request #5387 from diizzyy/admin-netdata
[feed/packages.git] / lang / python / python-txsocksx / patches / 001-omit-tests.patch
1 --- a/setup.py
2 +++ b/setup.py
3 @@ -35,5 +35,5 @@ setup(
4 'version_module_paths': ['txsocksx/_version.py'],
5 },
6 install_requires=install_requires,
7 - packages=['txsocksx', 'txsocksx.test'],
8 + packages=['txsocksx'],
9 )