mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
add SMB/CIFS server
This commit is contained in:
parent
4bcd30da6b
commit
f3a501db30
14 changed files with 325 additions and 20 deletions
4
setup.py
4
setup.py
|
@ -112,7 +112,10 @@ args = {
|
|||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Environment :: Console",
|
||||
"Environment :: No Input/Output (Daemon)",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"Intended Audience :: System Administrators",
|
||||
"Topic :: Communications :: File Sharing",
|
||||
"Topic :: Internet :: File Transfer Protocol (FTP)",
|
||||
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
|
||||
],
|
||||
"include_package_data": True,
|
||||
|
@ -125,6 +128,7 @@ args = {
|
|||
"audiotags": ["mutagen"],
|
||||
"ftpd": ["pyftpdlib"],
|
||||
"ftps": ["pyftpdlib", "pyopenssl"],
|
||||
"smbd": ["impacket"],
|
||||
},
|
||||
"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