diff --git a/setup.py b/setup.py index 69d370199..e8c2ff580 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ tests_require=["pyflakes>=0.6.1", "pep8>=1.4.1"], install_requires=[ - "mezzanine >= 3.1", + "mezzanine >= 4.0.1", "xhtml2pdf", ], @@ -65,10 +65,10 @@ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3", + "Programming Languaqge :: Python :: 3", "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI",