Skip to content
Snippets Groups Projects
Commit ecfd887d authored by tuhe's avatar tuhe
Browse files

Moved some ICML files to subdir. Main AAAI file is AAAI_main.tex

parent 3c9831af
Branches
No related tags found
No related merge requests found
File added
from src.unitgrade2.unitgrade2 import Report, UTestCase, cache
from src.unitgrade2 import evaluate_report_student
from unitgrade2.unitgrade2 import Report, UTestCase, cache
from unitgrade2.unitgrade_helpers2 import evaluate_report_student
import numpy as np
import looping
from looping import bacteriaGrowth, clusterAnalysis, removeIncomplete, fermentationRate
......
# Use this guide:
# https://packaging.python.org/tutorials/packaging-projects/
# from unitgrade2.version import __version__
import setuptools
with open("src/unitgrade_private2/version.py", "r", encoding="utf-8") as fh:
__version__ = fh.read().strip().split(" = ")[1].strip()[1:-1]
# long_description = fh.read()
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
......@@ -33,17 +31,3 @@ setuptools.setup(
python_requires=">=3.8",
install_requires=['numpy', "unitgrade", "codesnipper", 'tabulate', 'tqdm', "pyfiglet", "colorama", "coverage", "compress_pickle"],
)
# setup(
# name='unitgrade',
# version=__version__,
# packages=['unitgrade2'],
# url=,
# license='MIT',
# author='Tue Herlau',
# author_email='tuhe@dtu.dk',
# description="""
# A student homework/exam evaluation framework build on pythons unittest framework. This package contains all files required to run unitgrade tests as a student. To develop tests, please use unitgrade_private.
# """,
# include_package_data=False,
# )
File added
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment