Skip to content

Commit 957f372

Browse files
authored
Project urls & CI fix (#5)
1 parent 34583cb commit 957f372

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install modules
2222
run: pip install -r requirements.txt && pip install -r requirements.dev.txt
2323
- name: Tests
24-
run: PYTHONPATH=. pytest --cov=data_flow --cov-report term
24+
run: PYTHONPATH=. pytest --cov=mysiar_data_flow --cov-report term
2525
- name: Lint
2626
run: pflake8 mysiar_data_flow/ tests/

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
license = {file = "LICENSE"}
33
[tool.poetry]
44
name = "mysiar-data-flow"
5-
version = "0.0.2"
5+
version = "0.0.3rc2"
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/mysiar-org/python-data-flow"
@@ -45,9 +45,10 @@ poetry = "*"
4545

4646

4747
[project.urls]
48-
Repository = "https://github.com/mysiar-org/python-data-flow"
49-
Issues = "https://github.com/mysiar-org/python-data-flow/issues"
50-
#Changelog=
48+
documentation = "https://mysiar-org.github.io/mysiar-data-flow"
49+
repository = "https://github.com/mysiar-org/python-data-flow"
50+
issues = "https://github.com/mysiar-org/python-data-flow/issues"
51+
5152

5253
[tool.poetry.extras]
5354
all = [

0 commit comments

Comments
 (0)