Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
swtich zmq to pipy
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 27, 2015
1 parent b1facad commit 024188a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymyinstall/packaged/packaged_config_1_small.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def small_set():
"sockjs-tornado", "pip", mname="sockjs.tornado", usage="NETWORK",
purpose="SockJS-tornado is a Python server side counterpart of SockJS-client browser library running on top of Tornado framework."),
ModuleInstall(
"pyzmq", "wheel", mname="zmq", purpose="python librairies for Omz", usage="NETWORK"),
"pyzmq", "pip", mname="zmq", purpose="python librairies for Omz (pipy distributes the binaries)", usage="NETWORK"),
ModuleInstall(
"pycparser", "wheel", purpose="pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools."),
ModuleInstall("Cython", "wheel", mname="cython",
Expand Down

0 comments on commit 024188a

Please sign in to comment.