mirror of
https://github.com/9001/copyparty.git
synced 2026-03-29 19:42:53 +10:00
cleanup + fix lastmod
This commit is contained in:
5
setup.py
5
setup.py
@@ -186,9 +186,10 @@ args = {
|
||||
if setuptools_available:
|
||||
args.update(
|
||||
{
|
||||
"install_requires": [],
|
||||
"include_package_data": True,
|
||||
"packages": ["copyparty"],
|
||||
"install_requires": ["jinja2"],
|
||||
"extras_require": {"thumbnails": ["Pillow"]},
|
||||
"include_package_data": True,
|
||||
"entry_points": {
|
||||
"console_scripts": ["copyparty = copyparty.__main__:main"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user