From 957f372bde13fc436aeed8bbe714d35a20940a99 Mon Sep 17 00:00:00 2001 From: Piotr Synowiec Date: Mon, 4 Nov 2024 15:43:21 +0100 Subject: [PATCH] Project urls & CI fix (#5) --- .github/workflows/tests.yaml | 2 +- pyproject.toml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 63e85e5..6e15cb2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,6 +21,6 @@ jobs: - name: Install modules run: pip install -r requirements.txt && pip install -r requirements.dev.txt - name: Tests - run: PYTHONPATH=. pytest --cov=data_flow --cov-report term + run: PYTHONPATH=. pytest --cov=mysiar_data_flow --cov-report term - name: Lint run: pflake8 mysiar_data_flow/ tests/ diff --git a/pyproject.toml b/pyproject.toml index 36130ec..18390b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ license = {file = "LICENSE"} [tool.poetry] name = "mysiar-data-flow" -version = "0.0.2" +version = "0.0.3rc2" readme = "README.md" license = "MIT" repository = "https://github.com/mysiar-org/python-data-flow" @@ -45,9 +45,10 @@ poetry = "*" [project.urls] -Repository = "https://github.com/mysiar-org/python-data-flow" -Issues = "https://github.com/mysiar-org/python-data-flow/issues" -#Changelog= +documentation = "https://mysiar-org.github.io/mysiar-data-flow" +repository = "https://github.com/mysiar-org/python-data-flow" +issues = "https://github.com/mysiar-org/python-data-flow/issues" + [tool.poetry.extras] all = [