File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 21
21
- name : Install modules
22
22
run : pip install -r requirements.txt && pip install -r requirements.dev.txt
23
23
- name : Tests
24
- run : PYTHONPATH=. pytest --cov=data_flow --cov-report term
24
+ run : PYTHONPATH=. pytest --cov=mysiar_data_flow --cov-report term
25
25
- name : Lint
26
26
run : pflake8 mysiar_data_flow/ tests/
Original file line number Diff line number Diff line change 2
2
license = {file = " LICENSE" }
3
3
[tool .poetry ]
4
4
name = " mysiar-data-flow"
5
- version = " 0.0.2 "
5
+ version = " 0.0.3rc2 "
6
6
readme = " README.md"
7
7
license = " MIT"
8
8
repository = " https://github.com/mysiar-org/python-data-flow"
@@ -45,9 +45,10 @@ poetry = "*"
45
45
46
46
47
47
[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
+
51
52
52
53
[tool .poetry .extras ]
53
54
all = [
You can’t perform that action at this time.
0 commit comments