mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
add brotli + improve 404 handling
This commit is contained in:
6
setup.py
6
setup.py
@@ -137,16 +137,14 @@ if setuptools_available:
|
||||
"entry_points": {
|
||||
"console_scripts": ["copyparty = copyparty.__main__:main"]
|
||||
},
|
||||
"scripts": [
|
||||
"bin/copyparty-fuse.py"
|
||||
]
|
||||
"scripts": ["bin/copyparty-fuse.py"],
|
||||
}
|
||||
)
|
||||
else:
|
||||
args.update(
|
||||
{
|
||||
"packages": ["copyparty", "copyparty.stolen"],
|
||||
"scripts": ["bin/copyparty", "bin/copyparty-fuse.py"]
|
||||
"scripts": ["bin/copyparty-fuse.py"],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user