Add an extra 'proxy' with a requirement of PySocks
This commit is contained in:
parent
b5259d72c1
commit
6bd3190349
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