We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de259f3 commit e524ffdCopy full SHA for e524ffd
setup.py
@@ -50,7 +50,7 @@ def get_ex_mod():
50
with open("README.md", "r") as fh:
51
long_description = fh.read()
52
53
-kwargs = {'name':'libasyncproxy',
+kwargs = {'name':'asyncproxy',
54
'version':'1.0',
55
'description':'Background TCP proxy for async IO',
56
'long_description': long_description,
0 commit comments