diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44e0073..e097fca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 237e447..518e8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,11 @@ authors = [ ] description = "Module to interact with ZONT API" readme = "README.md" +license = "MIT" +license-files = ["LICENSE"] requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dynamic = ["version", "dependencies"]