Skip to content

Commit 5a008ad

Browse files
committed
Added PySocks extra requirement
1 parent d2eecd3 commit 5a008ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@
4141

4242
classifiers = proj_info['classifiers'],
4343

44-
entry_points = {'console_scripts': proj_info['console_scripts']}
44+
entry_points = {'console_scripts': proj_info['console_scripts']},
45+
46+
extras_require={
47+
'socks': ['PySocks'],
48+
}
4549
)

0 commit comments

Comments
 (0)