From a66e5a57a9f6cf7b65a27729ba8a1b01c7cfc662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=A2=D0=B0=D1=80=D0=B0=D1=81=D0=BE=D0=B2?= Date: Sat, 21 Dec 2024 15:36:29 +0000 Subject: [PATCH] changed gitverse url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3dd5b2f..50db2c2 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/arabianq/yndx_disk", + url="https://gitverse.ru/arabian/yndx_disk", classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",