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
7946376a
Commit
7946376a
authored
Dec 15, 2020
by
Tue Herlau
Browse files
Options
Downloads
Patches
Plain Diff
Options
parent
8f021485
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+2
-4
2 additions, 4 deletions
MANIFEST.in
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
5 deletions
MANIFEST.in
+
2
−
4
View file @
7946376a
#
include *.dat
include *.dat
recursive-include unitgrade *.dat
recursive-include cs101courseware_example *.dat
\ No newline at end of file
#recursive-include examples *.txt *.py
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7946376a
...
...
@@ -12,6 +12,6 @@ setup(
author_email
=
'
tuhe@dtu.dk
'
,
description
=
'
A lightweight student evaluation framework build on unittest
'
,
install_requires
=
[
'
jinja2
'
,
'
tabulate
'
,
'
sklearn
'
,
'
compress_pickle
'
,
],
include_package_data
=
False
,
#
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