Skip to content

Commit

Permalink
Project urls & CI fix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar authored Nov 4, 2024
1 parent 34583cb commit 957f372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 957f372

Please sign in to comment.