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

Initial commit

parent 742c9336
No related branches found
No related tags found
No related merge requests found
__pycache__
*.token
irlc.egg-info
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./irlc",
"-p", "*tests.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}
\ No newline at end of file
PyQt5<=5.15.7 # 5.15.8 has a problem with matplotlib.
unitgrade
matplotlib
seaborn
numpy
setup.py 0 → 100644
from setuptools import find_packages, setup
setup(
name="irlc",
packages=find_packages(),
version="2023.0",
description="Mat 1: Projects and stuff",
author="Tue Herlau",
license="lol",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment