Skip to content

Commit

Permalink
rename(Package): from ppa to src to match CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Saucisse à roulettes committed Jun 14, 2023
1 parent a4f3230 commit ea74399
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
description = ""
authors = ["Saucisse À Roulette <gael.monachon.dev@gmail.com>"]
readme = "README.md"
packages = [{include = "ppa"}]
packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "^3.11"
Expand All @@ -27,4 +27,4 @@ include = '\.pyi?$'

[tool.mypy]
python_version = 3.11
files = "ppa/"
files = "src/"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ppa/test/test_in_memory.py → src/test/test_in_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest

from ppa.in_memory import in_memory_repository
from src.in_memory import in_memory_repository


class User:
Expand Down

0 comments on commit ea74399

Please sign in to comment.