Fix errors in collection views
[mediagoblin.git] / setup.py
index e0f7af7ea02f5c06fe5bc1520fd6de5cdc4e17a8..9c295dc4972ab31818de6554560af735213bed40 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,6 @@ setup(
         'setuptools',
         'PasteScript',
         'beaker',
-        'webob<=1.2a2,>=1.1',
         'wtforms',
         'py-bcrypt',
         'nose',
@@ -54,13 +53,15 @@ setup(
         'jinja2',
         'sphinx',
         'Babel',
-        'translitcodec',
         'argparse',
         'webtest',
         'ConfigObj',
         'Markdown',
         'sqlalchemy>=0.7.0',
         'sqlalchemy-migrate',
+        'mock',
+        ## This is optional!
+        # 'translitcodec',
         ## For now we're expecting that users will install this from
         ## their package managers.
         # 'lxml',
@@ -94,7 +95,7 @@ setup(
     classifiers=[
         "Development Status :: 3 - Alpha",
         "Environment :: Web Environment",
-        "License :: OSI Approved :: GNU Affero General Public License",
+        "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
         "Operating System :: OS Independent",
         "Programming Language :: Python",
         'Programming Language :: Python :: 2.6',