Skip to content

Commit

Permalink
Revised docstring so 'sources' isn't necessarily all C/C++ files (to
Browse files Browse the repository at this point in the history
accomodate SWIG interface files, resource files, etc.).
  • Loading branch information
gward committed Jun 24, 2000
1 parent ae6b225 commit 0b55a05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ class Extension:
the full name of the extension, including any packages -- ie.
*not* a filename or pathname, but Python dotted name
sources : [string]
list of C/C++ source filenames, relative to the distribution
root (where the setup script lives), in Unix form
(slash-separated) for portability
list of source filenames, relative to the distribution root
(where the setup script lives), in Unix form (slash-separated)
for portability. Source files may be C, C++, SWIG (.i),
platform-specific resource files, or whatever else is recognized
by the "build_ext" command as source for a Python extension.
include_dirs : [string]
list of directories to search for C/C++ header files (in Unix
form for portability)
Expand Down

0 comments on commit 0b55a05

Please sign in to comment.