Skip to content

Commit

Permalink
Merge pull request #6 from plone/tomgross-patch-1
Browse files Browse the repository at this point in the history
This package does not depend on plone.app.form
  • Loading branch information
vangheem committed Jun 2, 2015
2 parents 0a06607 + 6f94df0 commit a0891b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
classifiers=[
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Framework :: Zope2",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
],
keywords='',
author='Plone Foundation',
Expand All @@ -30,7 +32,6 @@
'plone.portlets',
'plone.app.portlets',
'plone.app.vocabularies',
'plone.app.form',
],
extras_require={
'test': [
Expand Down

0 comments on commit a0891b8

Please sign in to comment.