Skip to content

Commit

Permalink
Merge pull request #4 from treinhard/master
Browse files Browse the repository at this point in the history
OneGov review
  • Loading branch information
maethu committed Nov 22, 2012
2 parents 23fc44f + b808d80 commit c8d79af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -17,6 +17,7 @@
# Get more strings from # Get more strings from
# http://www.python.org/pypi?%3Aaction=list_classifiers # http://www.python.org/pypi?%3Aaction=list_classifiers
classifiers=[ classifiers=[
"Framework :: Plone",
"Programming Language :: Python", "Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
], ],
Expand All @@ -34,6 +35,7 @@


install_requires=[ install_requires=[
'setuptools', 'setuptools',
'Products.CMFPlone',
], ],
tests_require=tests_require, tests_require=tests_require,
extras_require=dict(tests=tests_require), extras_require=dict(tests=tests_require),
Expand Down

0 comments on commit c8d79af

Please sign in to comment.