From ae72cca79981fd1183be2ac9bd672e4e50bddc24 Mon Sep 17 00:00:00 2001 From: spicyfalafel <285574@niuitmo.ru> Date: Thu, 19 Sep 2024 18:25:39 +0300 Subject: [PATCH] fixup! fixup! fixup! fixup! chore: lint --- .github/workflows/lint.yaml | 2 +- resources/sdk/python/setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 23143e9..0eac136 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -85,7 +85,7 @@ jobs: - name: Install system and client dependencies run: | sudo apt -y update - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y cd test/aidbox_sdk/snapshots/python && pip install './[dev]' - name: Run python lint diff --git a/resources/sdk/python/setup.py b/resources/sdk/python/setup.py index 1bd068e..a3f8100 100644 --- a/resources/sdk/python/setup.py +++ b/resources/sdk/python/setup.py @@ -8,7 +8,8 @@ name="aidbox", version="0.0.1", description="", - python_requires=">=3.7", + python_requires=">=3.8", + package_data={"": ["py.typed"]}, include_package_data=True, install_requires=[