This commit is contained in:
Chris McDonough
2012-02-14 21:34:43 -05:00
parent a6702e290a
commit 0b46d77215
2 changed files with 6 additions and 2 deletions

View File

@@ -9,5 +9,9 @@ An extensible package which can be used to:
- serialize an arbitrary data structure to a data structure composed
of strings, mappings, and lists.
Please see http://docs.pylonsproject.org/projects/colander/dev/
It runs on Python 2.6, 2.7 and 3.2.
Please see http://docs.pylonsproject.org/projects/colander/en/latest/
for further documentation.
See https://github.com/Pylons/colander for in-development version.

View File

@@ -47,7 +47,7 @@ setup(name='colander',
keywords='serialize deserialize validate schema validation',
author="Agendaless Consulting",
author_email="pylons-discuss@googlegroups.com",
url="http://docs.pylonsproject.org/colander/dev/",
url="http://docs.pylonsproject.org/projects/colander/en/latest/",
license="BSD-derived (http://www.repoze.org/LICENSE.txt)",
packages=find_packages(),
include_package_data=True,