From 8ca9759aaa6623bdd4d44fa6820f5208fbc023e3 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 22 Jun 2022 06:47:47 -0400 Subject: [PATCH] Update build instructions --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ccee136..8adaa2c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ProjectAssessment', - version='0.0.5', + version='0.0.6', packages=['ProjectAssessment',], license='MIT', install_requires=[ @@ -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}}, )