rename up2k.py (client) to u2c.py

This commit is contained in:
ed 2023-05-07 15:35:56 +00:00
parent b1359f039f
commit 572aa4b26c
17 changed files with 32 additions and 32 deletions

View file

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