diff --git a/projects/vdk-plugins/vdk-ipython/setup.py b/projects/vdk-plugins/vdk-ipython/setup.py index e0de438ea4..f2b2dac69b 100644 --- a/projects/vdk-plugins/vdk-ipython/setup.py +++ b/projects/vdk-plugins/vdk-ipython/setup.py @@ -16,7 +16,6 @@ long_description_content_type="text/markdown", install_requires=["vdk-core", "iPython"], package_dir={"": "src"}, - packages=setuptools.find_namespace_packages(where="src"), entry_points={"vdk.plugin.run": ["ipython = vdk_ipython"]}, classifiers=[ "Development Status :: 2 - Pre-Alpha",