misc fixes

This commit is contained in:
ed 2022-11-28 20:25:32 +00:00
parent bd24bf9bae
commit d3fe19c5aa
3 changed files with 5 additions and 3 deletions

View file

@ -130,7 +130,7 @@ args = {
"ftps": ["pyftpdlib", "pyopenssl"],
},
"entry_points": {"console_scripts": ["copyparty = copyparty.__main__:main"]},
"scripts": ["bin/copyparty-fuse.py", "bin/up2k.py"],
"scripts": ["bin/partyfuse.py", "bin/up2k.py"],
"cmdclass": {"clean2": clean2},
}