Skip to content

Commit

Permalink
Updates email address to one which would actually reach me
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Oct 13, 2023
1 parent 5ea2904 commit a28ec53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name = "gotenberg-client"
dynamic = ["version"]
description = 'A Python client for interfacing with the Gotenberg API'
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.8; <3.13"
license = "MPL-2.0"
keywords = []
authors = [
{ name = "Trenton H", email = "[email protected].com" },
{ name = "Trenton H", email = "rda0128ou@mozmail.com" },
]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -23,6 +23,7 @@ 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",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down

0 comments on commit a28ec53

Please sign in to comment.