changeset 1565:62c4027b0321 beta

updated contributors and setup accordingly to stable branch
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 17 Oct 2011 01:04:06 +0200
parents e774fc919e76
children 5539b0eb2cfc
files CONTRIBUTORS setup.py
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTORS	Mon Oct 17 00:22:45 2011 +0200
+++ b/CONTRIBUTORS	Mon Oct 17 01:04:06 2011 +0200
@@ -4,6 +4,7 @@
     Jason Harris <jason@jasonfharris.com>
     Thayne Harbaugh  <thayne@fusionio.com>
     cejones
+    Thomas Waldmann <tw-public@gmx.de>
     Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
     Dmitri Kuznetsov
     Jared Bunting <jared.bunting@peachjean.com>
--- a/setup.py	Mon Oct 17 00:22:45 2011 +0200
+++ b/setup.py	Mon Oct 17 01:04:06 2011 +0200
@@ -17,13 +17,13 @@
         "SQLAlchemy==0.7.3",
         "Mako==0.5.0",
         "pygments>=1.4",
-        "mercurial>=1.9,<2.0",
+        "mercurial>=1.9.3,<2.0",
         "whoosh<1.8",
         "celery>=2.2.5,<2.3",
         "babel",
         "python-dateutil>=1.5.0,<2.0.0",
         "dulwich>=0.8.0,<0.9.0",
-        "vcs>=0.2.2.dev",
+        "vcs>=0.2.3.dev",
         "webob==1.1.1"
     ]
 
@@ -36,6 +36,7 @@
                'Environment :: Web Environment',
                'Framework :: Pylons',
                'Intended Audience :: Developers',
+               'License :: OSI Approved :: GNU General Public License (GPL)',
                'Operating System :: OS Independent',
                'Programming Language :: Python',
                'Programming Language :: Python :: 2.5',