mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
add brotli + improve 404 handling
This commit is contained in:
parent
8786416428
commit
9e3a560ea6
6 changed files with 137 additions and 88 deletions
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"],
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue