File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 22license = {file = " LICENSE" }
33[tool .poetry ]
44name = " mysiar-data-flow"
5- version = " 0.0.2 "
5+ version = " 0.0.3rc2 "
66readme = " README.md"
77license = " MIT"
88repository = " 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 ]
5354all = [
You can’t perform that action at this time.
0 commit comments