Skip to content

Commit 34ba2ca

Browse files
committed
chore: adjust setup.py
1 parent dac7a55 commit 34ba2ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
author_email="plone-developers@lists.sourceforge.net",
2929
url="https://github.com/plone/Products.CMFPlacefulWorkflow",
3030
license="GPL",
31-
packages=find_packages(),
31+
packages=find_packages("src"),
3232
namespace_packages=["Products"],
33+
package_dir={"": "src"},
3334
include_package_data=True,
3435
zip_safe=False,
3536
python_requires=">=3.8",

0 commit comments

Comments
 (0)