diff --git a/setup.cfg b/setup.cfg index e9f3cccb..9f332977 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,14 +16,7 @@ #define=YAML_DECLARE_STATIC # The following options are used to build PyYAML Windows installer -# for Python 2.5 on my PC: -#include_dirs=../../../libyaml/tags/0.1.4/include -#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib -#define=YAML_DECLARE_STATIC - -# The following options are used to build PyYAML Windows installer -# for Python 2.7, 3.0, 3.1 and 3.2 on my PC: +# for Python 2.7 on my PC: #include_dirs=../../../libyaml/tags/0.1.4/include #library_dirs=../../../libyaml/tags/0.1.4/win32/vs2008/output/release/lib #define=YAML_DECLARE_STATIC -