comparison doc/setup.txt @ 40:4525549aa6cc

Syntax highlighting for the docs.
author cmlenz
date Wed, 06 Jun 2007 11:02:48 +0000
parents b2492365f186
children daf35e2ad044
comparison
equal deleted inserted replaced
39:3b314a78015d 40:4525549aa6cc
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