aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/.dist-info/entry_points.txt
blob: 30c576bd75c91c32fc47689b92f7bd093c9f0d7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[console_scripts]
iptest = IPython.testing.iptestcontroller:main
iptest3 = IPython.testing.iptestcontroller:main
ipython = IPython:start_ipython
ipython3 = IPython:start_ipython

[pygments.lexers]
ipython = IPython.lib.lexers:IPythonLexer
ipython3 = IPython.lib.lexers:IPython3Lexer
ipythonconsole = IPython.lib.lexers:IPythonConsoleLexer