Skip to content

Commit

Permalink
Garden Trove classifiers and keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 24, 2018
1 parent 89dc389 commit 615db67
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,25 @@
long_description=(open("README.rst").read() + "\n" +
open("CHANGES.rst").read()),
classifiers=[
'Framework :: Zope2',
'Programming Language :: Python',
'Development Status :: 6 - Mature',
'Environment :: Web Environment',
'Framework :: Zope :: 4',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development',
'Topic :: Text Editors :: Text Processing',
],
author="Zope Foundation and Contributors",
author_email="zope-dev@zope.org",
maintainer="Chris McDonough",
maintainer_email="chrism@plope.com",
license="ZPL 2.1",
keywords="zope external editor",
keywords="zope external editor WebDAV",
url="https://github.com/zopefoundation/Products.ExternalEditor",
packages=find_packages(),
namespace_packages=['Products'],
Expand Down

0 comments on commit 615db67

Please sign in to comment.