Skip to content

Commit

Permalink
modify(dependencies): package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Saucisse à roulettes committed Jun 11, 2023
1 parent 49ee3bb commit f4ea37b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions ppa/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .in_memory import in_memory_repository
File renamed without changes.
File renamed without changes.
Empty file added ppa/test/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion src/test/test_in_memory.py → ppa/test/test_in_memory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

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


@pytest.fixture
Expand Down
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 = "src"}]
packages = [{include = "ppa"}]

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

[tool.mypy]
python_version = 3.11
files = "src/"
files = "ppa/"
3 changes: 0 additions & 3 deletions src/__init__.py

This file was deleted.

0 comments on commit f4ea37b

Please sign in to comment.