From 8cac9d5dd01b4eb77d7c6b3c07cc69b629657b19 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@win.dtu.dk> Date: Tue, 15 Dec 2020 15:24:26 +0100 Subject: [PATCH] Options --- .idea/workspace.xml | 10 ++++++++-- MANIFEST.in | 2 -- Report1_resources_do_not_hand_in.dat | Bin 0 -> 364 bytes setup.py | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 Report1_resources_do_not_hand_in.dat diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a061053..bc3d859 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,12 @@ <?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"> diff --git a/MANIFEST.in b/MANIFEST.in index 209a924..822df1c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1 @@ include *.dat -recursive-include unitgrade *.dat -recursive-include cs101courseware_example *.dat \ No newline at end of file diff --git a/Report1_resources_do_not_hand_in.dat b/Report1_resources_do_not_hand_in.dat new file mode 100644 index 0000000000000000000000000000000000000000..8a6e89d1b0a9df89ef3999538619b344fd90c88f GIT binary patch literal 364 zcmexsUKJ6=z`*kC+7>q^21Q0O1_p)_{ill`FlICA#4<QA@)aK_TXN*W?^448;Z1E% zcC8P3J^N72`32Wy_D1$>7P9NAjo7AO^>(&tLQUDdH*fl~c6a6}&b}vkqwE`V>+e;L z)@C1SROf9iPU?MjRsV~%Pp!GaSL0=2@q9kVJrZU=IJa){g|i9ox&OBw%q-XXd*qmw z#iGrEe9toe#Rx|)zoB@9L0?+X{N2I?p09~(U%eIi*th+rwCKh)$7b^UT(Rcyq}*BD zm6k8Fe|%R=w%+ta=C}3vlFSn6nkIebCNmSoGXm|4Eg7BoHCV2knGu+D^V_v%yN_qf z7Bci~<h%cT#jBeWe(k;=cCmPg#h%dYudAlNyrXm8DN|AG-ODPOGZBnV4L=2{@2E<$ z$Y*;vW^%<n(Gu%9_Ag@3RiiEim21ytZB=?udhltEeQ_Meb4g<c-7T}WxXC4mGccZD Zdc(xP&}GPcd*hMx-%Jb)3=AxhQ2_ZXt1AEi literal 0 HcmV?d00001 diff --git a/setup.py b/setup.py index 9266a97..b4245fa 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ setup( version=version, packages=['unitgrade', 'cs101courseware_example'], url='https://lab.compute.dtu.dk/tuhe/unitgrade', - license='Apache', + license='Apache', 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')}, ) -- GitLab