Skip to content

Commit

Permalink
Move to GitHub actions (#15)
Browse files Browse the repository at this point in the history
* Publish yml

* Another try at auto publish with gh actions
  • Loading branch information
isik-kaplan authored Oct 16, 2024
1 parent f7be865 commit 0242d92
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
{name = "isik-kaplan", email = "[email protected]"}
]
homepage = "https://github.com/isik-kaplan/django_http_exceptions"
requires-python = ">=3.5"
dependencies = [
"django>=2.0"
"django>=2.0"
]

classifiers = [
Expand All @@ -24,3 +22,6 @@ classifiers = [
"Framework :: Django",
"Development Status :: 5 - Production/Stable"
]

[project.urls]
Homepage = "https://github.com/isik-kaplan/django_http_exceptions"

0 comments on commit 0242d92

Please sign in to comment.