From 0242d92d22079933e3af440e0ec559a51b134e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C5=9F=C4=B1k=20Kaplan?= Date: Wed, 16 Oct 2024 16:33:27 +0300 Subject: [PATCH] Move to GitHub actions (#15) * Publish yml * Another try at auto publish with gh actions --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3987a55..d2ce972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,17 +5,15 @@ build-backend = "setuptools.build_meta" [project] name = "django_http_exceptions" version = "1.4.1" -description = "django raisable http exceptions" +description = "Django raisable HTTP exceptions" readme = "README.md" -readme-content-type = "text/markdown" license = {text = "MIT LICENSE"} authors = [ - {name = "isik-kaplan", email = "isik.kaplan.social@outlook.com"} + {name = "isik-kaplan", email = "isik.kaplan.social@outlook.com"} ] -homepage = "https://github.com/isik-kaplan/django_http_exceptions" requires-python = ">=3.5" dependencies = [ - "django>=2.0" + "django>=2.0" ] classifiers = [ @@ -24,3 +22,6 @@ classifiers = [ "Framework :: Django", "Development Status :: 5 - Production/Stable" ] + +[project.urls] +Homepage = "https://github.com/isik-kaplan/django_http_exceptions"