Skip to content

Commit

Permalink
update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Sep 19, 2023
1 parent 818939c commit cb46086
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ authors = [
{name = "Josh Thomas", email = "[email protected]"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 3 - Alpha",
"Framework :: Django",
"Framework :: Django :: 3",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand All @@ -17,13 +24,14 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"django>=3.2",
"dj-database-url",
]
description = "A Django app to relay emails to a single address."
description = "A Django app for relaying email to an external service via a database."
dynamic = ["version"]
keywords = []
license = "MIT"
Expand Down Expand Up @@ -51,9 +59,9 @@ psycopg = ["psycopg[binary]"]
psycopg2 = ["psycopg2-binary"]

[project.urls]
Documentation = "https://github.com/joshuadavidthomas/django-email-relay#readme"
Issues = "https://github.com/joshuadavidthomas/django-email-relay/issues"
Source = "https://github.com/joshuadavidthomas/django-email-relay"
Documentation = "https://github.com/westerveltco/django-email-relay#readme"
Issues = "https://github.com/westerveltco/django-email-relay/issues"
Source = "https://github.com/westerveltco/django-email-relay"

[tool.hatch.build]
exclude = [
Expand Down

0 comments on commit cb46086

Please sign in to comment.