Skip to content

Commit 23637e7

Browse files
🔧 chore: Update pyproject&docs config
1 parent 623603b commit 23637e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.8"
12+
python: "3.12"
1313

1414
# Build documentation with Sphinx
1515
sphinx:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
33
requires = [ "poetry-core" ]
44

55
[tool.poetry]
6-
name = "django_logging"
6+
name = "dj-logging"
77
version = "1.0.0"
88
description = "A package for logging in django applications"
99
authors = [ "ARYAN-NIKNEZHAD <[email protected]>", "MEHRSHAD-MIRSHEKARY <[email protected]>" ]

0 commit comments

Comments
 (0)