From 0b3b2e88ad912a509d92e4dff2d9c48ee2568696 Mon Sep 17 00:00:00 2001 From: arabian Date: Fri, 31 Jul 2026 16:20:33 +0300 Subject: [PATCH] change homepage url to github --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90e103e..d5bd746 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( description="Wrapper for yandex disk rest api", long_description=open('README.md').read(), long_description_content_type="text/markdown", - url="https://gitverse.ru/arabian/yndx_disk", + url="https://github.com/arabianq/yndx-disk", classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",