diff --git a/ChangeLog b/ChangeLog index 28c806ec..f71ad372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 1.7.0 * Added new HTML parser written in C as a Python extension module. It is faster and it is more fault tolerant. + Of course, this means I cannot provide .exe installers any more + since the distutils dont provide cross-compilation. 1.6.7 * Removed check for tags codebase attribute, but honor it diff --git a/Makefile b/Makefile index 8fb0766e..f522981d 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ config: # no rpm package; too much trouble, cannot test dist: locale config - $(PYTHON) setup.py sdist --formats=gztar,zip bdist_wininst + $(PYTHON) setup.py sdist --formats=gztar,zip rm -f $(MD5SUMS) md5sum dist/* > $(MD5SUMS)