Skip to content

Commit e524ffd

Browse files
committed
Make python module named asyncproxy.
1 parent de259f3 commit e524ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_ex_mod():
5050
with open("README.md", "r") as fh:
5151
long_description = fh.read()
5252

53-
kwargs = {'name':'libasyncproxy',
53+
kwargs = {'name':'asyncproxy',
5454
'version':'1.0',
5555
'description':'Background TCP proxy for async IO',
5656
'long_description': long_description,

0 commit comments

Comments
 (0)