plone.app.modernizr/master: Added more strings classifiers items for the metadata packag
"Leonardo J. Caballero G" <jenkins-z4DKO/[email protected]> Mon, 23 Jul 2018 20:42:13 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.app.modernizr Branch: refs/heads/master Date: 2018-07-22T12:47:15-04:00 Author: Leonardo J. Caballero G (macagua) <[email protected]> Commit: https://github.com/plone/plone.app.modernizr/commit/e594a7fee483ac1b1b96ca61365caec5c07a32d9 Added more strings classifiers items for the metadata package Files changed: M CHANGES.txt M setup.py b'diff --git a/CHANGES.txt b/CHANGES.txt\nindex 092592c..b2a0272 100644\n--- a/CHANGES.txt\n+++ b/CHANGES.txt\n@@ -3,6 +3,7 @@ Changelog\n \n 1.0dev (unreleased)\n -------------------\n+- Added more strings classifiers items for the metadata package [macagua]\n - Added improvements about README file [macagua]\n - Changed the package documentation files [macagua]\n - Update MANIFEST.in [mamico]\ndiff --git a/setup.py b/setup.py\nindex e461e48..056ca9c 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -9,16 +9,28 @@\n long_description=open("README.rst").read() + "\\n" +\n open("CHANGES.txt").read(),\n # Get more strings from\n- # http://pypi.python.org/pypi?:action=list_classifiers\n+ # https://pypi.org/pypi?:action=list_classifiers\n classifiers=[ \n+ "Development Status :: 3 - Alpha",\n "Environment :: Web Environment",\n "Framework :: Plone",\n+ "Framework :: Plone :: 4.1",\n+ "Framework :: Plone :: 4.2",\n+ "Framework :: Plone :: 4.3",\n+ "Framework :: Plone :: Theme",\n "Framework :: Zope2",\n- "License :: OSI Approved :: GNU General Public License (GPL)",\n+ "Framework :: Zope3",\n+ "Intended Audience :: Developers",\n+ "Intended Audience :: End Users/Desktop",\n+ "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",\n "Operating System :: OS Independent",\n "Programming Language :: Python",\n+ "Programming Language :: Python :: 2.6",\n+ "Programming Langua ge :: Python :: 2.7",\n+ "Topic :: Internet",\n+ "Topic :: Software Development :: Libraries :: Python Modules",\n ],\n- keywords=\'\',\n+ keywords=\'zope plone modernizr javascript library\',\n author=\'Plone Foundation\',\n author_email=\'plone-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\',\n url=\'https://github.com/plone/plone.app.modernizr\',\n' ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot