Skip to content

Commit

Permalink
Make c.exportimport work again by pinning the p.distributions version
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 24, 2024
1 parent 5a643f5 commit 18dfa3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Installer for the kitconcept.voltolighttheme package."""

from pathlib import Path
from setuptools import find_namespace_packages
from setuptools import setup
Expand Down Expand Up @@ -44,7 +45,11 @@
include_package_data=True,
zip_safe=False,
python_requires=">=3.11",
install_requires=["setuptools", "Plone", "plone.distribution"],
install_requires=[
"setuptools",
"Plone",
"plone.distribution==1.0.0b4",
],
extras_require={
"test": [
"zest.releaser[recommended]",
Expand Down

0 comments on commit 18dfa3c

Please sign in to comment.