Compare commits

...
2 Commits
Author SHA1 Message Date
arabianq d7490cf995 change version to 0.3.3 2026-07-31 16:30:04 +03:00
arabianq 0b3b2e88ad change homepage url to github 2026-07-31 16:20:33 +03:00
+2 -2
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="yndx_disk",
version="0.3.2",
version="0.3.3",
packages=find_packages(),
install_requires=[
"httpx", "aiofiles"
@@ -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",