Index: /pyyaml/trunk/setup.cfg
===================================================================
--- /pyyaml/trunk/setup.cfg	(revision 339)
+++ /pyyaml/trunk/setup.cfg	(revision 356)
@@ -18,17 +18,18 @@
 # The following options are used to build PyYAML Windows installer
 # for Python 2.3 on my PC:
-#include_dirs=../../../libyaml/tags/0.1.2/include
-#library_dirs=../../../libyaml/tags/0.1.2/win32/vc6/output/release/lib
+#include_dirs=../../../libyaml/tags/0.1.3/include
+#library_dirs=../../../libyaml/tags/0.1.3/win32/vc6/output/release/lib
 #define=YAML_DECLARE_STATIC
 
 # The following options are used to build PyYAML Windows installer
 # for Python 2.4 and Python 2.5 on my PC:
-#include_dirs=../../../libyaml/tags/0.1.2/include
-#library_dirs=../../../libyaml/tags/0.1.2/win32/vs2003/output/release/lib
+#include_dirs=../../../libyaml/tags/0.1.3/include
+#library_dirs=../../../libyaml/tags/0.1.3/win32/vs2003/output/release/lib
 #define=YAML_DECLARE_STATIC
 
 # The following options are used to build PyYAML Windows installer
-# for Python 2.6 and Python 3.0 on my PC:
-#include_dirs=../../../libyaml/tags/0.1.2/include
-#library_dirs=../../../libyaml/tags/0.1.2/win32/vs2008/output/release/lib
+# for Python 2.6, Python 3.0 and Python 3.1 on my PC:
+#include_dirs=../../../libyaml/tags/0.1.3/include
+#library_dirs=../../../libyaml/tags/0.1.3/win32/vs2008/output/release/lib
 #define=YAML_DECLARE_STATIC
+
Index: /pyyaml/trunk/setup.py
===================================================================
--- /pyyaml/trunk/setup.py	(revision 349)
+++ /pyyaml/trunk/setup.py	(revision 356)
@@ -34,4 +34,5 @@
     "Programming Language :: Python :: 3",
     "Programming Language :: Python :: 3.0",
+    "Programming Language :: Python :: 3.1",
     "Topic :: Software Development :: Libraries :: Python Modules",
     "Topic :: Text Processing :: Markup",
