Commit 3672e94b authored by Cyril Matthey-Doret's avatar Cyril Matthey-Doret
Browse files

rename package to teach-auto

parent 4ed648f4
Pipeline #388531 passed with stage
in 16 seconds
......@@ -4,7 +4,7 @@ install:
pip install -e .
uninstall:
pip uninstall class-auto
pip uninstall teach-auto
test:
pytest --doctest-modules class_auto
pytest --doctest-modules teach_auto
......@@ -4,7 +4,7 @@ with open("requirements.txt", "r") as f:
REQUIREMENTS = f.read()
setup(
name="class_auto",
name="teach_auto",
version="0.1",
packages=find_packages(),
install_requires=REQUIREMENTS,
......
......@@ -7,8 +7,8 @@ from typing import Dict
import requests
import pandas as pd
import click
from class_auto.common_requests import get_group_id, parse_group_url
from class_auto.utils import ingest_token
from teach_auto.common_requests import get_group_id, parse_group_url
from teach_auto.utils import ingest_token
def create_student_group(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment