From 23637e79497933c19f3e917211a894d838ef5438 Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Mon, 2 Sep 2024 19:07:27 +0430 Subject: [PATCH] :wrench: chore: Update pyproject&docs config --- .readthedocs.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9dbd03e..cb1f270 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" # Build documentation with Sphinx sphinx: diff --git a/pyproject.toml b/pyproject.toml index c000a49..e280793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = [ "poetry-core" ] [tool.poetry] -name = "django_logging" +name = "dj-logging" version = "1.0.0" description = "A package for logging in django applications" authors = [ "ARYAN-NIKNEZHAD ", "MEHRSHAD-MIRSHEKARY " ]