add brotli + improve 404 handling

This commit is contained in:
ed 2020-04-26 23:28:20 +02:00
parent 8786416428
commit 9e3a560ea6
6 changed files with 137 additions and 88 deletions

View file

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