jupyterhub / ltiauthenticator

A JupyterHub authenticator for LTI

Home Page:https://ltiauthenticator.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup.py missing in ltiauthenticator1.6.1

bpfrd opened this issue · comments

Hi,

I was wondering how I can install ltiauthenticator 1.6.1 from source.
I downloaded the code and wanted to install using pip install -e . after modifying a file but the setup.py is missing.
The modification i did was adding lti1.3 to the init so that we can import it. currently it's not possible to import LTI13Authenticator.

best

There is no need for a setup.py for an editable install, if pip is of recent enough version since both, pip and hatchling, support PEP 660.

However, somehow the build process got broken which is probably the source of the problem. Once, #185 got merged, the main branch is installable via pip install -e . again.

Fixed when #184 is fixed.