From 3ad52b3e27881771e611f0f38761cfb82a08e7bf Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Wed, 29 Oct 2014 21:23:56 +0100 Subject: Added IPython requirement to extra_requires in setup.py. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aee66322..7b992a8a 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,8 @@ setup( 'ptpython = prompt_toolkit.contrib.entry_points.ptpython:run', 'ptipython = prompt_toolkit.contrib.entry_points.ptipython:run', ] + }, + extras_require = { + 'ptipython': ['ipython'] # For ptipython, we need to have IPython } ) -- cgit v1.2.3