diff options
| author | scoder <none@none> | 2008-03-28 20:20:19 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2008-03-28 20:20:19 +0100 |
| commit | 3328874452bef7ba4690d27090b47d4bd8fbc6f5 (patch) | |
| tree | f72f7b308ac88a63e86e9a35a6fad874cc1252aa /setup.py | |
| parent | bd8c6ddab2e24ea3d83341e2cdc14faba4cdc864 (diff) | |
| download | python-lxml-3328874452bef7ba4690d27090b47d4bd8fbc6f5.tar.gz | |
[svn r3498] r3898@delle: sbehnel | 2008-03-28 16:57:37 +0100
cleanup
--HG--
branch : trunk
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,6 +102,6 @@ http://codespeak.net/svn/lxml/trunk#egg=lxml-dev package_dir = {'': 'src'}, packages = ['lxml', 'lxml.html'], ext_modules = setupinfo.ext_modules( - STATIC_INCLUDE_DIRS, STATIC_LIBRARY_DIRS, STATIC_CFLAGS), + STATIC_INCLUDE_DIRS, STATIC_LIBRARY_DIRS, STATIC_CFLAGS), **extra_options ) |
