Skip to content

Commit

Permalink
fix: use setuptools.find_namespace_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Nov 30, 2023
1 parent d921106 commit 255f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# benchmarks, etc.
packages = [
package
for package in setuptools.PEP420PackageFinder.find()
for package in setuptools.find_namespace_packages()
if package.startswith("pandas_gbq")
]

Expand Down

0 comments on commit 255f145

Please sign in to comment.