Skip to content

Commit b851a34

Browse files
committed
internal: metadata
1 parent 96cdf38 commit b851a34

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Contributors
22

3-
- Plone Community [[email protected]]
3+
- Lur Ibargutxi [[email protected]]
4+
- Mikel Larreategi [[email protected]]

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cs_dynamicpages Copyright 2025, Plone Community
1+
cs_dynamicpages Copyright 2025, CodeSyntax
22

33
This program is free software; you can redistribute it and/or
44
modify it under the terms of the GNU General Public License version 2

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A new addon for Plone"
55
readme = "README.md"
66
license = "GPL-2.0-only"
77
requires-python = ">=3.10"
8-
authors = [{ name = "Plone Community", email = "collective@plone.org" }]
8+
authors = [{ name = "CodeSyntax", email = "plone@codesyntax.com" }]
99
keywords = ["CMS", "Plone", "Python"]
1010
classifiers = [
1111
"Development Status :: 3 - Alpha",
@@ -47,10 +47,10 @@ release = [
4747
]
4848

4949
[project.urls]
50-
Homepage = "https://github.com/collective/cs_dynamicpages"
50+
Homepage = "https://github.com/codesyntax/cs_dynamicpages"
5151
PyPI = "https://pypi.org/project/cs_dynamicpages"
52-
Source = "https://github.com/collective/cs_dynamicpages"
53-
Tracker = "https://github.com/collective/cs_dynamicpages/issues"
52+
Source = "https://github.com/codesyntax/cs_dynamicpages"
53+
Tracker = "https://github.com/codesyntax/cs_dynamicpages/issues"
5454

5555

5656
[project.entry-points."plone.autoinclude.plugin"]

0 commit comments

Comments
 (0)