tools: Add color to pydoc.
This commit is contained in:
parent
1925f53bf8
commit
a1199a1767
4 changed files with 36 additions and 12 deletions
3
setup.py
3
setup.py
|
|
@ -22,4 +22,5 @@ setup(name="eris",
|
|||
entry_points={"console_scripts":
|
||||
["eris=eris.__main__:entry_point",
|
||||
"eris-worker=eris.worker:main",
|
||||
"eris-webserver=eris.webserver:main"]})
|
||||
"eris-webserver=eris.webserver:main",
|
||||
"pydoc_color=eris.pydoc_color:main"]})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue