diff options
author | Mike Hommey <glandium@debian.org> | 2009-09-25 22:17:31 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2009-09-25 22:17:31 +0200 |
commit | 67a17fecb5b5fe2058af6405bc9601875f3e75a1 (patch) | |
tree | 73a7ed49173098b5c59eeb8a33747d3b803d2309 /python/setup.py | |
parent | c3e4f3c26035bc93a69e5aa2ad435809e8be8a4e (diff) | |
download | libxml2-67a17fecb5b5fe2058af6405bc9601875f3e75a1.tar.gz |
Import upstream version 2.7.5upstream/2.7.5.dfsg
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py index 9f0aaa0..7bd6165 100755 --- a/python/setup.py +++ b/python/setup.py @@ -11,7 +11,7 @@ from distutils.core import setup, Extension ROOT = r'/usr' # Thread-enabled libxml2 -with_threads = 1 +with_threads = 0 # If this flag is set (windows only), # a private copy of the dlls are included in the package. @@ -226,7 +226,7 @@ else: setup (name = "libxml2-python", # On *nix, the version number is created from setup.py.in # On windows, it is set by configure.js - version = "2.7.4", + version = "2.7.5", description = descr, author = "Daniel Veillard", author_email = "veillard@redhat.com", |