12 lines
340 B
Text
12 lines
340 B
Text
|
[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
|
||
|
|