We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac7a55 commit 34ba2caCopy full SHA for 34ba2ca
1 file changed
setup.py
@@ -28,8 +28,9 @@
28
author_email="plone-developers@lists.sourceforge.net",
29
url="https://github.com/plone/Products.CMFPlacefulWorkflow",
30
license="GPL",
31
- packages=find_packages(),
+ packages=find_packages("src"),
32
namespace_packages=["Products"],
33
+ package_dir={"": "src"},
34
include_package_data=True,
35
zip_safe=False,
36
python_requires=">=3.8",
0 commit comments