Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tazzben committed Jun 22, 2022
1 parent 6e5e8d5 commit 8ca9759
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ProjectAssessment',
version='0.0.5',
version='0.0.6',
packages=['ProjectAssessment',],
license='MIT',
install_requires=[
Expand All @@ -22,6 +22,7 @@
],
keywords = ['Assessment', 'Projects', 'Statistics', 'Education', 'Bootstrap'],
url = 'https://github.com/tazzben/project-based-assessment',
download_url = 'https://github.com/tazzben/project-based-assessment/archive/v0.0.5.tar.gz',
download_url = 'https://github.com/tazzben/project-based-assessment/archive/v0.0.6.tar.gz',
description = 'Package to compute the Project-Based Assessment estimates of student and rubric proficiency.',
options={'bdist_wheel':{'universal':True}},
)

0 comments on commit 8ca9759

Please sign in to comment.