mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2026-01-05 08:31:13 +00:00
pw requirements now loaded with jinja over js
Originally i loaded the requirements through calling the web api in javascript, but decided to switch it to jinja as i only recently found out its capable of stuff more complicated than replacing strings.
This commit is contained in:
2
setup.py
2
setup.py
@@ -22,10 +22,8 @@ setup(
|
||||
# include_package_data=True,
|
||||
data_files=[('data', ['data/config-default.ini',
|
||||
'data/email.html',
|
||||
'data/email.mjml',
|
||||
'data/email.txt',
|
||||
'data/invite-email.html',
|
||||
'data/invite-email.mjml',
|
||||
'data/invite-email.txt']),
|
||||
('data/static', ['data/static/admin.js',
|
||||
'data/static/setup.js']),
|
||||
|
||||
Reference in New Issue
Block a user