~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Doc/distutils/setupscript.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
this::
214
214
 
215
215
   setup(...,
216
 
         ext_modules=[Extension('_foo', ['foo.i'], 
 
216
         ext_modules=[Extension('_foo', ['foo.i'],
217
217
                                swig_opts=['-modern', '-I../include'])],
218
218
         py_modules=['foo'],
219
219
        )
561
561
+----------------------+---------------------------+-----------------+--------+
562
562
| ``classifiers``      | a list of classifiers     | list of strings | \(4)   |
563
563
+----------------------+---------------------------+-----------------+--------+
 
564
| ``platforms``        | a list of platforms       | list of strings |        |
 
565
+----------------------+---------------------------+-----------------+--------+
564
566
 
565
567
Notes:
566
568