mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
fix: added identify push to setup.py
This commit is contained in:
2
setup.py
2
setup.py
@ -108,6 +108,8 @@ setup(
|
||||
"echo-demo=examples.echo.echo:main",
|
||||
"ping-demo=examples.ping.ping:main",
|
||||
"identify-demo=examples.identify.identify:main",
|
||||
"identify-push-demo=examples.identify_push.identify_push_demo:run_main",
|
||||
"identify-push-listener-dialer-demo=examples.identify_push.identify_push_listener_dialer:main",
|
||||
"pubsub-demo=examples.pubsub.pubsub:main",
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user