Changeset - 62c4027b0321
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2011-10-17 01:04:06
marcin@python-works.com
updated contributors and setup accordingly to stable branch
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CONTRIBUTORS
Show inline comments
 
@@ -4,6 +4,7 @@ List of contributors to RhodeCode projec
 
    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>
setup.py
Show inline comments
 
@@ -17,13 +17,13 @@ requirements = [
 
        "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 @@ classifiers = ['Development Status :: 4 
 
               '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',
0 comments (0 inline, 0 general)