Skip to content

Commit

Permalink
Bump required Mezzanine version, and Python version classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Jul 26, 2015
1 parent b75c2f9 commit 029703a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
tests_require=["pyflakes>=0.6.1", "pep8>=1.4.1"],

install_requires=[
"mezzanine >= 3.1",
"mezzanine >= 4.0.1",
"xhtml2pdf",
],

Expand All @@ -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",
Expand Down

0 comments on commit 029703a

Please sign in to comment.