summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Pre-release updates.1.1Georg Brandl2011-10-091-0/+1
|
* Fix #758: do not install custom_fixers and tests "packages".Georg Brandl2011-10-051-1/+1
|
* Upgrade the version requirements.Georg Brandl2011-09-251-1/+1
|
* #98: Add autopackage script. (Undocumented for now.)Georg Brandl2011-01-041-0/+1
|
* Invert setup.py uuid logic.Georg Brandl2010-08-211-5/+5
|
* Use uuid as a requirement in the setup.py and mention it in the ↵DasIch2010-08-151-2/+5
| | | | documentation for Python 2.4
* Rename __unicode__ to __str__DasIch2010-05-091-0/+1
|
* Added a distribute_setup to replace ez_setupDasIch2010-05-081-2/+2
|
* Removed ez_setup which doesn't work with python3 and added use_2to3 for ↵Daniel Neuh?user2010-05-081-1/+2
| | | | distribute
* Update for 1.0.Georg Brandl2010-07-231-0/+1
|
* Require docutils 0.5, as announced.Georg Brandl2010-05-261-1/+1
|
* Update trove classifiers.Georg Brandl2010-05-251-1/+3
|
* merge with 0.6Georg Brandl2010-05-221-13/+15
|\
| * Update blurb in setup.py and on the index page, link directly to ↵Georg Brandl2010-02-281-8/+9
| | | | | | | | tutorial.rst from index.
| * Update Jinja2 requirement.Georg Brandl2010-02-171-1/+1
| |
| * Update long_description a bit.Georg Brandl2010-01-121-5/+6
| |
* | #417: Don't force dependency on the setuptools version mandated by ez_setup.py.Georg Brandl2010-05-221-3/+6
|/
* Provide a ==dev egg link in pkg-info.Georg Brandl2009-05-171-0/+3
|
* merge with autosummary branchgbrandl2009-03-141-1/+2
|\
| * reorganized code to fit within the ext.autosummary modulepercious2008-11-041-1/+1
| |
| * initial code brought over from numpy. Now we need to do some simplification ↵cperkins12008-11-041-1/+2
| | | | | | | | of the numpy code.
* | Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-1/+1
| | | | | | | | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag.
* | Fix more line length and trailing whitespace.Georg Brandl2009-01-101-1/+2
| |
* | Automated merge with http://bitbucket.org/birkenfeld/sphinxSebastian Wiesner2008-11-271-1/+1
|\ \
| * | Fixed syntax error in setup.pySebastian Wiesner2008-11-201-1/+1
| | |
| * | Switched templating to jinja2Sebastian Wiesner2008-11-201-2/+2
| |/
* | Add text output format.gbrandl2008-11-231-1/+1
|/
* Add a manifest, since setuptools doesn't support hg.Georg Brandl2008-11-021-2/+2
| | | | Also add a few more things to hgignore file.
* cmdclass must stay.georg.brandl2008-09-091-0/+2
|
* Fix setup.py when babel is unavailable.georg.brandl2008-09-091-8/+2
|
* Fix warning when json is not available.georg.brandl2008-09-061-4/+7
|
* Add translation of strings in JavaScript files.georg.brandl2008-09-061-2/+98
|
* #3422: allow changing the signature of functions via a new hook.georg.brandl2008-07-291-1/+1
|
* Add distutils command for building Sphinx.georg.brandl2008-07-291-1/+4
|
* Remove sphinx-web script.0.4georg.brandl2008-06-231-2/+1
|
* Next release will be beta status.georg.brandl2008-05-061-1/+1
|
* Add new templating API, remove Jinja external and add it to setup.py ↵georg.brandl2008-04-131-1/+1
| | | | dependencies.
* * setup: On Python 2.4, don't egg-depend on docutils if a docutils isgeorg.brandl2008-03-251-2/+23
| | | | already installed -- else it will be overwritten.
* Don't install scripts twice. Thanks to lunar.georg.brandl2008-03-231-1/+2
|
* Make sphinx compatible with docutils SVN snapshots.0.1.61798georg.brandl2008-03-231-1/+1
|
* Remove unicode characters from description.georg.brandl2008-03-211-2/+3
|
* Fix arg name.georg.brandl2008-03-211-1/+1
|
* Prepare for release.georg.brandl2008-03-211-5/+7
|
* Add new README, adapt setup.py.georg.brandl2008-03-181-4/+28
|
* Add setup.py, add quickstart script.georg.brandl2008-02-091-0/+42