Skip to content

Commit

Permalink
pyproject.toml: Correct Mail, Docs URL and intended Python Version fo…
Browse files Browse the repository at this point in the history
…r Black
  • Loading branch information
loechel committed Jan 3, 2024
1 parent 2b3a7cc commit 2213d15
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["wallet", "google", "api", "pass"]
readme = "README.md"
authors = [
{name = "Philipp Auersperg-Castell", email = "phil@bluedynamics.com"},
{name = "Alexander Loechel", email = "Alexander.Loechel@verwaltung.uni-muenchen.de"},
{name = "Alexander Loechel", email = "Alexander.Loechel@lmu.de"},
{name = "Jens Klein", email = "jk@kleinundpartner.at"},
]
requires-python = ">=3.10"
Expand All @@ -31,7 +31,7 @@ dependencies = [
[project.urls]
Source = "https://github.com/edutap-eu/edutap.wallet_google"
Issues = "https://github.com/edutap-eu/edutap.wallet_google/issues"
Documentation = "https://docs.edutap.eu/packages/edutap_wallet_google.html"
Documentation = "https://docs.edutap.eu/packages/edutap_wallet_google/index.html"

[project.optional-dependencies]
test = [
Expand Down Expand Up @@ -66,7 +66,7 @@ testpaths = [
profile = "plone"

[tool.black]
target-version = ["py39"]
target-version = ["py310"]
include = "src"

[tool.codespell]
Expand All @@ -80,5 +80,4 @@ ignore = [
"mypy.ini",
".flake8",
"mx.ini",

]

0 comments on commit 2213d15

Please sign in to comment.