Commit 1c42cd22 authored by Kai Lautaportti's avatar Kai Lautaportti

Noted supported versions.

parent 1224af66
...@@ -14,6 +14,10 @@ Clone URL: git clone git://github.com/hexagonit/hexagonit.recipe.cmmi.git ...@@ -14,6 +14,10 @@ Clone URL: git clone git://github.com/hexagonit/hexagonit.recipe.cmmi.git
Issue tracker: http://github.com/hexagonit/hexagonit.recipe.cmmi/issues Issue tracker: http://github.com/hexagonit/hexagonit.recipe.cmmi/issues
Supported Python versions: 2.6, 2.7, 3.2, 3.3
Supported zc.buildout versions: 1.x, 2.x
Travis build: |travis| Travis build: |travis|
.. |travis| image:: https://api.travis-ci.org/hexagonit/hexagonit.recipe.cmmi.png .. |travis| image:: https://api.travis-ci.org/hexagonit/hexagonit.recipe.cmmi.png
......
...@@ -27,9 +27,14 @@ setup( ...@@ -27,9 +27,14 @@ setup(
'***********************\n' '***********************\n'
), ),
classifiers=[ classifiers=[
'Framework :: Buildout :: Recipe',
'Framework :: Buildout', 'Framework :: Buildout',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Build Tools', 'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment