Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
Fixed classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Feb 9, 2016
1 parent fe468b4 commit 3a28e73
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 @@ -20,8 +20,8 @@ def description():
long_description=description(),
classifiers=[
"Framework :: Plone",
"Framework :: Plone : 4.3",
"Framework :: Plone : 5.0",
"Framework :: Plone :: 4.3",
"Framework :: Plone :: 5.0",
"Framework :: Zope2",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
Expand All @@ -30,7 +30,7 @@ def description():
keywords='zope cmf form widget',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
url='http://pypi.python.org/pypi/plone.z3cform',
url='https://pypi.python.org/pypi/plone.z3cform',
license='ZPL 2.1',
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down

0 comments on commit 3a28e73

Please sign in to comment.