Skip to content

Commit

Permalink
Added more info to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Oct 27, 2015
1 parent 1e6be92 commit 88e45eb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
open("CHANGES.rst").read()
),
classifiers=[
"Framework :: Plone",
"Programming Language :: Python",
],
keywords='',
author='',
author_email='',
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
],
keywords='ace resource editor',
author='Plone Foundation',
author_email='plone-developers@lists.sourceforge.net',
url='https://github.com/plone/plone.resourceeditor',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
Expand Down

0 comments on commit 88e45eb

Please sign in to comment.