Skip to content

Commit

Permalink
GH-1230 Use find_namespace_packages()
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenmeehan authored and int19h committed Sep 5, 2023
1 parent 86d542e commit 70dba8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 44 deletions.
14 changes: 6 additions & 8 deletions setup.py
Expand Up @@ -176,14 +176,12 @@ def tail_is(*suffixes):
"License :: OSI Approved :: MIT License",
],
package_dir={"": "src"},
packages=[
"debugpy",
"debugpy.adapter",
"debugpy.common",
"debugpy.launcher",
"debugpy.server",
"debugpy._vendored",
],
packages=setuptools.find_namespace_packages(
include=[
"debugpy",
"debugpy.*",
]
),
package_data={
"debugpy": ["ThirdPartyNotices.txt"],
"debugpy._vendored": [
Expand Down
8 changes: 0 additions & 8 deletions src/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 70dba8e

Please sign in to comment.