aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/bin/ya.make
blob: 40cc790c2d4323025a2502634694237bf2c7ae74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PY3_PROGRAM(ipython)

LICENSE(BSD-3-Clause)

PEERDIR(
    contrib/python/ipython
)

PY_MAIN(IPython:start_ipython)

END()