mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
cleanup + fix lastmod
This commit is contained in:
parent
17359972f3
commit
97a90f5f10
2 changed files with 20 additions and 22 deletions
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"]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue