MinRK
d2940640f5
record sysinfo in sdist
...
closes #2054
14 years ago
MinRK
abab58c0eb
add missing plugin .txt to package_data
14 years ago
MinRK
06188412b3
remove `ipython-qtconsole` gui-script
...
Always use `ipython qtconsole`
QtConsole entry in the Windows Start Menu is updated appropriately.
14 years ago
Thomas Kluyver
2c693fc89b
Exclude IPython.quarantine from installation.
14 years ago
Thomas Kluyver
2711bdf8dd
Fix writing git commit ID to a file on build with Python 3.
14 years ago
Fernando Perez
ffe488ee0b
Emergency fix for py3 breakage introduced in 576f6f (merge of #1538 )
...
Unicode literals (u'foo') aren't valid in Python 3.{1,2} (they will be
again in 3.3, and I failed to notice this. This is a quick fix, will
discuss further on-list. But I want master to remain working for py3
users.
14 years ago
Fernando Perez
4b73021647
Merge pull request #1445 from minrk/nosphinx
...
Don't build sphinx docs for sdists, it makes our source distributions unnecessarily large (and their generation much slower). Online access to docs is pervasive these days, and our docs are also much easier to build now, reducing the justification for keeping built docs in the source download.
14 years ago
MinRK
cc4f0f3619
use writelines when writing _sysinfo.py
14 years ago
MinRK
0495291a83
store git commit hash in utils._sysinfo instead of hidden git_commit_info.ini data file.
14 years ago
MinRK
212ec345e6
fix system->os.system typo
...
in setupbase.py
14 years ago
Thomas Kluyver
914d61f1bd
Make single setup script work on Python 2 and Python 3.
14 years ago
MinRK
5ffe131458
exclude mathjax from notebook package_data
...
closes #1018
14 years ago
MinRK
03cae6504e
add README to startup dir
14 years ago
MinRK
ba96d936ca
protect record_commit_info from configparser error
14 years ago
Fernando Perez
c27de98c35
Add SVG qt console icon to package data.
14 years ago
Thomas Kluyver
ce1973748f
Fix IPython.utils.sysinfo for Python 3.
15 years ago
Bernardo B. Marques
8e32204222
remove all trailling spaces
15 years ago
Thomas Kluyver
dba0917e83
Add Trove classifiers for PyPI.
15 years ago
Thomas Kluyver
4bf2e41967
Allow 'python setup.py install' to work correctly for either Python 2 or 3.
15 years ago
Thomas Kluyver
56a2b006e0
Make installation with Python 3 possible.
15 years ago
Brian E. Granger
ad791ad465
Finish removing ipython-notebook.
15 years ago
Brian E. Granger
c238febce1
Merge branch 'master' into htmlnotebook
...
Conflicts:
setupbase.py
15 years ago
MinRK
90b3e22759
Generate package list automatically in find_packages
...
Previously, the package list was manually specified, which meant that
it became out of date any time a package was added, and IPython would
become uninstallable. This would not be noticed for some time by
developers, who always use `setupegg.py --develop` or symlinks.
This update immediately revealed that IPython.zmq.tests and IPython.extensions.tests were never included in 0.11. Other than that, there is no difference in the package list.
15 years ago
Brian E. Granger
4973135bf1
Fixing setupbase.py for nbformat package.
15 years ago
Fernando Perez
d4123881c6
Disable PDF manual building for distribution and installation.
...
The PDF docs are huge, take forever to build and aren't particularly
useful in practice being so unwieldy. We can always build and
manually upload a static copy if there's demand, but they don't really
serve much useful purpose anymore and bloat our downloads.
15 years ago
Fernando Perez
7f4092a012
Fix installation of manpages.
15 years ago
Brian E. Granger
59a9cd1777
Updates to basic notebook format.
...
* The format now handles multiple output blocks.
* XML now as worksheets, cells and outputs tags.
15 years ago
Brian E. Granger
1140eeb679
Initial reorg of files complete.
...
I have moved things around to get ready for making the notebook
a full blown app, but have not actually made it an app. That is
next.
15 years ago
MinRK
f7a3abb023
include html frontend in packages/package_data
...
chmod +x ipython-notebook script
15 years ago
Brian Granger
6e36522cdf
Initial latex printing for sympy and fixes to autogrow.
15 years ago
MinRK
b26c59e66f
don't install deathrow
15 years ago
Thomas Kluyver
821c9609c0
Remove unused configobj and validate libraries from externals.
15 years ago
Thomas Kluyver
8a91843dd3
Don't try to install IPython.config.default (no longer there).
15 years ago
MinRK
713a71343e
rename ipythonqt to qtconsoleapp
...
the ipython-qtconsole script has been removed in favor of 'ipython qtconsole', but the ipython-qtconsole *GUI* script remains, when installed with setuptools.
15 years ago
MinRK
77cc373d3d
reorganize default config files to match profiles as directories
...
Old files are left in place, until applications make the transition to newapp.
15 years ago
epatters
8bd4f9272c
Clean up entry point definition is setup.py.
15 years ago
Evan Patterson
3ba4061e0e
Make ipython-qtconsole a GUI script in setuptools.
15 years ago
Jens Hedegaard Nielsen
c316414295
install zmq.qui fixes problems with using ipython --pylab gtk
15 years ago
MinRK
131086119a
make readline a dependency on OSX and pyreadline on Windows
...
closes gh-343
15 years ago
MinRK
e4a5c1815e
prevent duplicate script installs in setuptools
...
closes gh-335
15 years ago
MinRK
b84c3f0cd6
organize IPython.parallel into subpackages
15 years ago
MinRK
587b10631a
rebase IPython.parallel after removal of IPython.kernel
...
This commit removes all '*z' suffixes from scripts and docs,
as there is no longer conflict with IPython.kernel.
15 years ago
MinRK
8c38900f2b
add missing external.ssh to setupbase.py
15 years ago
MinRK
2b4ab756ab
move IPython.zmq.parallel to IPython.parallel
15 years ago
MinRK
6082ce8aaf
add scripts for non-setuptools install of zmq.parallel
15 years ago
MinRK
6331f97b9e
added zmq.parallel to setupbase
15 years ago
MinRK
6ea1a28d55
remove IPython.kernel scripts and put migration notice in docs.
...
closes gh-325
15 years ago
MinRK
1277658644
Merge branch 'removetwisted' of https://github.com/ellisonbg/ipython into remove_twisted
15 years ago
Brian Granger
527aa15f84
Removed Twisted related things from setup scripts and testing.
15 years ago
Nick Tarleton
097fddbadd
Add missing external.pexpect to packages
15 years ago