Mercurial > public > src > rhodecode
diff setup.py @ 2122:5162057de71d demo
merged stable into demo
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sun, 26 Feb 2012 18:37:14 +0200 |
parents | c9c7a29abd63 82a88013a3fd |
children | a045579643b7 |
line wrap: on
line diff
--- a/setup.py Wed Feb 01 22:44:02 2012 +0200 +++ b/setup.py Sun Feb 26 18:37:14 2012 +0200 @@ -7,20 +7,21 @@ if __py_version__ < (2, 5): raise Exception('RhodeCode requires python 2.5 or later') - dependency_links = [ ] -classifiers = ['Development Status :: 5 - Production/Stable', - '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', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', ] +classifiers = [ + 'Development Status :: 5 - Production/Stable', + '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', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', +] # additional files from project that goes somewhere in the filesystem