import glob
DESCRIPTION = """\
ECSpooler is a Python XML-RPC service which provides the automatic
assessment of submissions for ECAutoAssessmentBox. It manages a
submission queue and several backends.
"""
###############################################################################
#tests = glob.glob('tests/*')
'tests/README.txt',
]
###############################################################################
description = "A service for automatic testing of student submissions in different (programming) languages",
data_files = [
('backends', backends),
('backends/keywords', backend_keywords),
('doc', docs),
('etc', etc),
('logs', logs),
('var', var),
('tests', tests)],
'setuptools',
'spyne',
'suds',
#'pyOpenSSL'
],
)