ftpd: add ftps

This commit is contained in:
ed 2022-02-13 15:46:33 +01:00
parent 76beaae7f2
commit 6ce0e2cd5b
5 changed files with 60 additions and 17 deletions

View file

@ -116,6 +116,7 @@ args = {
"thumbnails": ["Pillow"],
"audiotags": ["mutagen"],
"ftpd": ["pyftpdlib"],
"ftps": ["pyopenssl"],
},
"entry_points": {"console_scripts": ["copyparty = copyparty.__main__:main"]},
"scripts": ["bin/copyparty-fuse.py", "bin/up2k.py"],