We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c84ce8 commit b84027aCopy full SHA for b84027a
pyproject.toml
@@ -18,7 +18,7 @@ pretix_extended_api = "pretix_extended_api:PretixPluginMeta"
18
19
[project]
20
name = "pretix-plugin-extended-api"
21
-version = "0.1.10"
+version = "0.1.11"
22
description = "Extend the REST API to expose more information needed by the PyCon Italia repository."
23
authors = [
24
{name = "Python Italia"},
@@ -28,7 +28,5 @@ requires-python = ">=3.9,<4.0"
28
readme = "README.rst"
29
license = {text = "MIT"}
30
31
-[project.urls]
32
-
33
[project.entry-points."pretix.plugin"]
34
pretix_extended_api = "pretix_extended_api:PretixPluginMeta"
0 commit comments