Skip to content

Commit

Permalink
Move package code to src folder (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Jun 6, 2023
1 parent d53d8d2 commit f121303
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: 🏗 Install dependencies
run: poetry install --no-interaction
- name: 🚀 Run pytest
run: poetry run pytest --cov omnikinverter tests
run: poetry run pytest --cov src tests
- name: ⬆️ Upload coverage artifact
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: 🏗 Install dependencies
run: poetry install --no-interaction
- name: 🚀 Run mypy
run: poetry run mypy examples omnikinverter tests
run: poetry run mypy examples src tests
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
packages = [
{ include = "omnikinverter" },
{ include = "omnikinverter", from = "src" },
]

[tool.poetry.dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f121303

Please sign in to comment.