Skip to content

Commit b4af492

Browse files
committed
updated pyproject.toml
1 parent afabc18 commit b4af492

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5-
[tool.setuptools]
6-
include-package-data = true
5+
[tool.hatch.metadata]
6+
allow-direct-references = true
77

8-
[tool.setuptools.packages.find]
9-
where = ["src"]
8+
[tool.hatch.build]
9+
sources = ["src"]
10+
11+
[tool.hatch.build.targets.wheel]
12+
packages = ["unilogging"]
1013

1114
[project]
1215
name = "unilogging"
13-
version = "0.1.0"
16+
version = "0.1.1"
1417
description = "A simple library for working with the context of logs."
1518
readme = "README.md"
1619
requires-python = ">=3.11"

src/unilogging/integrations/dishka.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
from dishka import Provider, Scope, provide
55

6-
from unilog import Logger, LoggerImpl, LoggerContextImpl, LoggerContext
7-
from unilog.logger import T
6+
from unilogging import Logger, LoggerImpl, LoggerContextImpl, LoggerContext
7+
from unilogging.logger import T
88

99

1010
@runtime_checkable

0 commit comments

Comments
 (0)