hapytex / django-single-session

Allow a user to only have a single active session in Django.
https://pypi.org/project/django-single-session/
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Name in pyproject.toml is different to other names #6

Closed alastair closed 1 year ago

alastair commented 1 year ago

pyproject.toml calls this "django-single-login":

https://github.com/hapytex/django-single-session/blob/d10a172cb65977075248c13c88b7ed48ba10446b/pyproject.toml#L2

which causes some problems when trying to install the package using pip directly from github. It'd be nice to standardise this with the repository name

KommuSoft commented 1 year ago

fixed, thanks.