mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
ftpd: add ftps
This commit is contained in:
parent
76beaae7f2
commit
6ce0e2cd5b
5 changed files with 60 additions and 17 deletions
1
setup.py
1
setup.py
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue