Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
setup.py 347 B
from setuptools import setup
setup(
name='unitgrade',
version='0.01',
packages=['unitgrade', 'cs101courseware_example'],
url='https://lab.compute.dtu.dk/tuhe/unitgrade',
license='Apache',
author='Tue Herlau',
author_email='tuhe@dtu.dk',
description='A lightweight student evaluation framework build on unittest'
)