Skip to content
Snippets Groups Projects
Commit c9e34596 authored by Tue Herlau's avatar Tue Herlau
Browse files

Options

parent 72875f8a
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,5 @@ setup( ...@@ -12,5 +12,5 @@ setup(
author_email='tuhe@dtu.dk', author_email='tuhe@dtu.dk',
description='A lightweight student evaluation framework build on unittest', description='A lightweight student evaluation framework build on unittest',
install_requires=['jinja2', 'tabulate', 'sklearn', 'compress_pickle', ], install_requires=['jinja2', 'tabulate', 'sklearn', 'compress_pickle', ],
package_data={'', 'cs101courseware_example/Report1_resources_do_not_hand_in.dat', 'cs101courseware_example/Report2_resources_do_not_hand_in.dat'}, package_data={'', ['cs101courseware_example/Report1_resources_do_not_hand_in.dat', 'cs101courseware_example/Report2_resources_do_not_hand_in.dat']},
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment