comparison doc/setup.txt @ 42:cf94e70a77f3

Syntax highlighting for the docs.
author cmlenz
date Wed, 06 Jun 2007 11:02:48 +0000
parents 2cada72b40ae
children 3664c93860f1
comparison
equal deleted inserted replaced
41:359ec55de578 42:cf94e70a77f3
8 either the ``distutils`` package that is part of the Python standard library, 8 either the ``distutils`` package that is part of the Python standard library,
9 or the third-party ``setuptools`` package. 9 or the third-party ``setuptools`` package.
10 10
11 These commands are available by default when Babel has been properly installed, 11 These commands are available by default when Babel has been properly installed,
12 and ``setup.py`` is using ``setuptools``. For projects that use plain old 12 and ``setup.py`` is using ``setuptools``. For projects that use plain old
13 ``distutils``, the commands need to be registered explicitly, for example:: 13 ``distutils``, the commands need to be registered explicitly, for example:
14
15 .. code-block:: python
14 16
15 from distutils.core import setup 17 from distutils.core import setup
16 from babel.catalog import frontend as babel 18 from babel.catalog import frontend as babel
17 19
18 setup( 20 setup(
Copyright (C) 2012-2017 Edgewall Software