summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Release 0.11: set version number to 0.12grubert2013-07-221-1/+1
* Release 0.10: set version number to 0.11grubert2012-12-161-1/+1
* Classifier Python :: 2.4 to 2.7grubert2012-12-161-1/+4
* Add ``math.css`` stylesheet to data files (thanks to Dmitry Shachnev).milde2012-10-151-0/+1
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Drop support for Python 2.3.milde2012-06-221-2/+1
* add maintainer to infogrubert2012-06-191-0/+2
* Release 0.9.1: set version number to 0.10grubert2012-06-171-1/+1
* Release 0.9.1: set version number to 0.9.1grubert2012-06-171-1/+1
* Make tools/ compatible with both, Python 2 and 3 without 2to3-conversion.milde2012-06-131-7/+5
* Fix [ 3527842 ]. milde2012-06-041-2/+3
* pypi natural language entries changed (lithuanian vanished)grubert2012-05-031-3/+3
* Release 0.9: set version number to 0.10grubert2012-05-021-1/+1
* comment languages that pypi did not likegrubert2012-05-021-4/+5
* Fix [ 2971827 ] and [ 3442827 ]milde2011-12-201-28/+0
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-201-1/+14
* Release 0.8.1: set version number to 0.9grubert2011-08-301-1/+1
* Release 0.8.1: set version number to 0.8.1grubert2011-08-301-1/+1
* Release 0.8: set version number to 0.9grubert2011-07-081-1/+1
* pypi license text changed (a little) grubert2011-07-081-2/+2
* Move from Apache 2 license to 2-Clause BSD. Solves [ 3304675 ]milde2011-06-271-2/+2
* Update the copyright/licensing info. Fixes [3304675]milde2011-05-241-3/+3
* Move orphaned "newlatex" writer to the sandbox.milde2010-12-071-6/+6
* Add docutils.math to installed packagesdkuhlman2010-12-071-0/+1
* XeTeX writer update/bugfix/completionmilde2010-09-211-1/+5
* Release 0.7: set version number to 0.8grubert2010-07-071-1/+1
* Repair the setup of extra modules broken by p3k fixes.milde2010-04-091-1/+1
* Copy/convert test suite and tools with ``python3 setup.py build``.milde2010-03-181-12/+40
* Install auxiliary scripts under docutils/tools instead of the binary path.milde2010-03-091-5/+10
* Include buildhtml.py and rst_quicktest.py in package_data[\\\scripts\']milde2010-03-051-7/+4
* Release 0.6: set version number to 0.7grubert2009-10-111-1/+1
* Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3).milde2009-10-051-3/+1
* Fix setup.py [ 2864839 ], remove obsolete LaTeX include file.milde2009-09-231-1/+2
* Move manpage writer out of sandbox.grubert2009-08-181-0/+1
* Set development status to Beta.grubert2009-08-011-1/+1
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-42/+42
* Misc updates after initial checkindkuhlman2009-01-071-0/+1
* Added rst2odt/odtwriter to the main branch.dkuhlman2008-12-261-2/+8
* Release 0.5: set version number to 0.6grubert2008-06-251-1/+1
* Moved OpenDocument to a project directory in sandbox.dkuhlman2007-03-211-1/+3
* use different hacks for installing data files for Python 2.2wiemann2006-06-291-4/+28
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-1/+1
* added the HTML writer's default template to the list of data files; thanks to...goodger2006-04-051-1/+2
* added error handling for missing distutils (tested)wiemann2006-03-311-2/+9
* Release 0.4: set version number to 0.5wiemann2006-01-091-1/+1
* changed version info to "release"wiemann2006-01-091-1/+1
* revised version info to reflect the current limbo statusgoodger2006-01-081-1/+1
* move import to the top; remove unused importgoodger2006-01-081-6/+5
* fix install.py as wellwiemann2006-01-081-4/+5
* Py21/Py22 fix: install data_files to /usr/lib/python-2.x/site-packages instea...wiemann2006-01-071-13/+4