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

Options

parent 31f91b78
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="5c346737-53d8-4e87-88c5-7be2c8e7baeb" name="Default" comment="" />
<list default="true" id="5c346737-53d8-4e87-88c5-7be2c8e7baeb" name="Default" comment="">
<change afterPath="$PROJECT_DIR$/Report1_resources_do_not_hand_in.dat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/MANIFEST.in" beforeDir="false" afterPath="$PROJECT_DIR$/MANIFEST.in" afterDir="false" />
<change beforePath="$PROJECT_DIR$/setup.py" beforeDir="false" afterPath="$PROJECT_DIR$/setup.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -121,13 +126,14 @@
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../02465public" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
<property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PythonContentEntriesConfigurable" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\tuhe\Documents\unitgrade" />
<recent name="C:\Users\tuhe\Documents\unitgrade_private" />
</key>
<key name="MoveFile.RECENT_KEYS">
......
include *.dat
recursive-include unitgrade *.dat
recursive-include cs101courseware_example *.dat
\ No newline at end of file
File added
......@@ -11,7 +11,7 @@ setup(
author='Tue Herlau',
author_email='tuhe@dtu.dk',
description='A lightweight student evaluation framework build on unittest',
include_package_data=True,
install_requires=['jinja2', 'tabulate', 'sklearn', 'compress_pickle', ],
# include_package_data=False,
# package_data={'', ['*.dat']},#'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