We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046ab17 commit 592cc65Copy full SHA for 592cc65
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: MIT
2
3
[project]
4
-name = 'indico-sso-group-mapping'
+name = 'indico-plugin-sso-group-mapping'
5
description = 'SSO group mapping plugin for Indico'
6
readme = 'README.md'
7
version = '1.0.3'
@@ -17,13 +17,13 @@ requires-python = '>=3.12.2, <3.13'
17
dependencies = ['indico>=3.3']
18
19
[project.urls]
20
-GitHub = 'https://github.com/unibonn/indico-sso-group-mapping'
+GitHub = 'https://github.com/unibonn/indico-plugin-sso-group-mapping'
21
22
[project.entry-points.'indico.plugins']
23
sso_group_mapping = 'indico_sso_group_mapping.plugin:SSOGroupMappingPlugin'
24
25
[build-system]
26
-requires = ['hatchling==1.25.0']
+requires = ['hatchling==1.28.0']
27
build-backend = 'hatchling.build'
28
29
[tool.hatch.build]
0 commit comments