Go to file
Min RK 5ff1030fe7 Merge pull request #4473 from takluyver/setup23
update script generation in setup.py

These changes:
- Give us scripts called `ipython` and (`ipython2` or `ipython3`) for any installation. (and likewise for each of iptest, ipcontroller, etc.)
- Add a new `setup.py symlink` target, to use instead of `develop`, which installs scripts and symlinks the library into site-packages, without using setuptools.
- Removes the static script entry points - all our entry points are now automatically generated.
2013-11-05 11:56:40 -08:00
docs/source Miscellaneous doc fixes 2013-11-01 19:14:09 -07:00
examples Merge pull request #4398 from Carreau/no-tooltip-on-tab 2013-11-04 11:29:38 -08:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Merge pull request #4476 from jdfreder/rm_js_blankspace_onload 2013-11-04 11:31:22 -08:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py Rework setup to allow installing on Python 2 and 3. 2013-10-31 17:38:34 -07:00
setupbase.py Add comment to automatically generated scripts. 2013-11-05 08:51:44 -08:00