add SMB/CIFS server

This commit is contained in:
ed 2022-10-23 23:08:00 +02:00
parent 4bcd30da6b
commit f3a501db30
14 changed files with 325 additions and 20 deletions

View file

@ -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"],