Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Unitgrade
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tuhe
Unitgrade
Commits
8cac9d5d
Commit
8cac9d5d
authored
4 years ago
by
Tue Herlau
Browse files
Options
Downloads
Patches
Plain Diff
Options
parent
31f91b78
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.idea/workspace.xml
+8
-2
8 additions, 2 deletions
.idea/workspace.xml
MANIFEST.in
+0
-2
0 additions, 2 deletions
MANIFEST.in
Report1_resources_do_not_hand_in.dat
+0
-0
0 additions, 0 deletions
Report1_resources_do_not_hand_in.dat
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
10 additions
and
6 deletions
.idea/workspace.xml
+
8
−
2
View file @
8cac9d5d
<?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"
>
...
...
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
0
−
2
View file @
8cac9d5d
include *.dat
recursive-include unitgrade *.dat
recursive-include cs101courseware_example *.dat
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Report1_resources_do_not_hand_in.dat
0 → 100644
+
0
−
0
View file @
8cac9d5d
File added
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
8cac9d5d
...
...
@@ -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')},
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment