blob: 3de4479bae18e392dc8ce5fcc941fb31d89d7bb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[console_scripts]
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
|