Skip to content

Commit

Permalink
Add kitconcept.seo. Fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Dec 11, 2023
1 parent 32e6aa2 commit bcd00df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/src/plonede/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog.


## 1.0a1 (unreleased)

- Add kitconcept.seo @tisto
- Initial version. [plone]
5 changes: 2 additions & 3 deletions backend/src/plonede/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Installer for the plonede package."""
from setuptools import find_packages
from setuptools import setup

from setuptools import find_packages, setup

long_description = "\n\n".join(
[
Expand Down Expand Up @@ -49,6 +47,7 @@
"prettyconf",
"kitconcept.api",
"kitconcept.contentcreator",
"kitconcept.seo",
"collective.exportimport",
"pas.plugins.authomatic",
"collective.volto.socialsettings",
Expand Down
1 change: 1 addition & 0 deletions backend/src/plonede/src/plonede/dependencies.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<include package="plone.volto" />
<include package="plone.restapi" />
<include package="kitconcept.contentcreator" />
<include package="kitconcept.seo" />
<include package="pas.plugins.authomatic" />
<include package="collective.volto.formsupport" />

Expand Down

0 comments on commit bcd00df

Please sign in to comment.