diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 542ae2b..8472e1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/LICENSE b/LICENSE index 922b8d0..2fe769e 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [2023] [cle-b cle@tictac.pm] + Copyright [2025] [cle-b cle@tictac.pm] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hookdns/__init__.py b/hookdns/__init__.py index d361d56..e96fcfd 100644 --- a/hookdns/__init__.py +++ b/hookdns/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- from hookdns.hosts import hosts -__version__ = "2.0.0" +__version__ = "2.0.1" __all__ = ["hosts"] diff --git a/pyproject.toml b/pyproject.toml index 99e0fa9..7a16fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,11 +10,11 @@ authors = [ description="An easy way to customize the dns resolution" readme="README.md" urls = {repository = "https://github.com/cle-b/hookdns"} -requires-python = ">=3.8" -license = {text = "Apache-2.0"} +requires-python = ">=3.9" +license = "Apache-2.0" +license-files = ["LICENSE"] classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Development Status :: 5 - Production/Stable", "Topic :: Internet :: Name Service (DNS)",