diff --git a/.github/workflows/gen_doc.yml b/.github/workflows/gen_doc.yml index dbc2815..c04e95f 100644 --- a/.github/workflows/gen_doc.yml +++ b/.github/workflows/gen_doc.yml @@ -8,24 +8,6 @@ on: branches: [ "main" ] jobs: - tests: - - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] - - steps: - - uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - python -m pip install --upgrade pip - python -m pip install . build-docs: runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 995eeaa..cd130f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ name = "images_alignment" version = "2024.2beta" description = "images alignment application" authors = ["Patrick Quemere "] -license = "GPL-3.0-only" readme = "README.md" homepage = "https://github.com/CEA-MetroCarac/images_registration" classifiers = [