From 2d5ba8ddd02ea7892c5518c9b1d8fb0adb8cec53 Mon Sep 17 00:00:00 2001 From: MohitDAngrish Date: Fri, 19 Apr 2024 18:50:26 +0530 Subject: [PATCH] Update setup.py I guess someone forgot the open quote for the line 93. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f90d2d..a02a600 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def get_requirements(filename='requirements.txt'): author='Chia-Ming Lee', author_email='zuw408421476@gmail.com', keywords='computer vision, pytorch, basicsr, image restoration, super-resolution', - url=https://github.com/ming053l/DRCT', + url='https://github.com/ming053l/DRCT', include_package_data=True, packages=find_packages(exclude=('options', 'datasets', 'experiments', 'results', 'tb_logger', 'wandb')), classifiers=[