WIP: Add support for tor using PySocks and optionally stem #2
1
setup.py
1
setup.py
|
@ -24,6 +24,7 @@ setup(
|
|||
packages=find_packages(exclude=('*tests',)),
|
||||
package_data={'': ['*.csv', 'tls/*.pem']},
|
||||
entry_points={'console_scripts': ['minode = minode.main:main']},
|
||||
extras_require={'proxy': ['PySocks']},
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: MIT License"
|
||||
"Operating System :: OS Independent",
|
||||
|
|
Loading…
Reference in New Issue
Block a user