Skip to content

Commit

Permalink
remove licence
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem authored Dec 6, 2024
1 parent 1c49d1c commit f32577b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/gen_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "images_alignment"
version = "2024.2beta"
description = "images alignment application"
authors = ["Patrick Quemere <patrick.quemere@cea.fr>"]
license = "GPL-3.0-only"
readme = "README.md"
homepage = "https://github.com/CEA-MetroCarac/images_registration"
classifiers = [
Expand Down

0 comments on commit f32577b

Please sign in to comment.