Index: /pysyck/trunk/setup.py
===================================================================
--- /pysyck/trunk/setup.py	(revision 50)
+++ /pysyck/trunk/setup.py	(revision 65)
@@ -1,5 +1,5 @@
 
 NAME = 'PySyck'
-VERSION = '0.55.1'
+VERSION = '0.61.1'
 DESCRIPTION = "Python bindings for the Syck YAML parser and emitter"
 LONG_DESCRIPTION = """\
@@ -12,6 +12,6 @@
 LICENSE = "BSD"
 PLATFORMS = "Any"
-URL = "http://xitology.org/pysyck/"
-DOWNLOAD_URL = URL + "%s-%s.tar.gz" % (NAME, VERSION)
+URL = "http://pyyaml.org/wiki/PySyck"
+DOWNLOAD_URL = "http://pyyaml.org/download/pysyck/%s-%s.tar.gz" % (NAME, VERSION)
 CLASSIFIERS = [
     "Development Status :: 3 - Alpha",
@@ -36,5 +36,4 @@
 
 import os
-#home = os.environ.get('HOME', '')
 
 CHECK_SYCK = """
@@ -114,6 +113,6 @@
     ext_modules=[
         Extension('_syck', ['ext/_syckmodule.c'],
-#            include_dirs=['../../include', '%s/include' % home, '/usr/local/include'],
-#            library_dirs=['../../lib', '%s/lib' % home, '/usr/local/include'],
+#            include_dirs=[],   # do not uncomment this, edit setup.cfg instead.
+#            library_dirs=[],   # do not uncomment this, edit setup.cfg instead.
             libraries=['syck'],
         ),
Index: /pysyck/trunk/README.txt
===================================================================
--- /pysyck/trunk/README.txt	(revision 64)
+++ /pysyck/trunk/README.txt	(revision 65)
@@ -66,5 +66,5 @@
 more information.
 
-.. _the source code: http://trac.xitology.org/pysyck/browser/
+.. _the source code: http://pyyaml.org/browser/pysyck/
 
 Quick Example
@@ -881,5 +881,5 @@
 =======
 
-* PySyck-0.60.1 (2006-03-XX):
+* PySyck-0.61.1 (2006-03-XX):
 
   - ``setup.py``: check if ``syck.h`` is present, complain if it doesn't.
