Skip to content

Commit 592cc65

Browse files
committed
release as 1.0.3, bump hatchling and rename
indico-sso-group-mapping => indico-plugin-sso-group-mapping Signed-off-by: Oliver Freyermuth <freyermuth@physik.uni-bonn.de>
1 parent 046ab17 commit 592cc65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: MIT
22

33
[project]
4-
name = 'indico-sso-group-mapping'
4+
name = 'indico-plugin-sso-group-mapping'
55
description = 'SSO group mapping plugin for Indico'
66
readme = 'README.md'
77
version = '1.0.3'
@@ -17,13 +17,13 @@ requires-python = '>=3.12.2, <3.13'
1717
dependencies = ['indico>=3.3']
1818

1919
[project.urls]
20-
GitHub = 'https://github.com/unibonn/indico-sso-group-mapping'
20+
GitHub = 'https://github.com/unibonn/indico-plugin-sso-group-mapping'
2121

2222
[project.entry-points.'indico.plugins']
2323
sso_group_mapping = 'indico_sso_group_mapping.plugin:SSOGroupMappingPlugin'
2424

2525
[build-system]
26-
requires = ['hatchling==1.25.0']
26+
requires = ['hatchling==1.28.0']
2727
build-backend = 'hatchling.build'
2828

2929
[tool.hatch.build]

0 commit comments

Comments
 (0)