# -*- coding: utf-8 -*-
# $Id: setup.py 1589 2011-08-14 09:53:05Z amelung $
#
# Copyright (c) 2006-2011 Otto-von-Guericke-UniversitŠt Magdeburg
#
# This file is part of ECAssignmentBox.
#
import os
description = "Creation, submission and grading of online assignments (exercises, homework).",
# Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
"Framework :: Plone",
"Framework :: Zope2",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords = '',
author = 'Mario Amelung and Michael Piotrowski',
author_email = 'mario.amelung@gmx.de and mxp@dynalabs.de',
license='GPL',
namespace_packages=['Products'],
'setuptools',
# -*- Extra requirements: -*-
],
entry_points="""
# -*- Entry points: -*-
""",
)