mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2025-12-21 09:41:12 +00:00
Move to Poetry for deps and packaging
setup.py has been removed, and Poetry is now used to package for install. This fixed an issue i had with uploading to PyPI, so one can now run 'pip install jellyfin-accounts' to install.
This commit is contained in:
@@ -8,8 +8,8 @@ from email.mime.multipart import MIMEMultipart
|
||||
from pathlib import Path
|
||||
from dateutil import parser as date_parser
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
from __main__ import config
|
||||
from __main__ import email_log as log
|
||||
from jellyfin_accounts import config
|
||||
from jellyfin_accounts import email_log as log
|
||||
|
||||
|
||||
class Email():
|
||||
|
||||
Reference in New Issue
Block a user