Skip to content

Commit

Permalink
Address deprecation warning about namespace_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 14, 2024
1 parent 8f713e4 commit 87d3a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"Topic :: Utilities",
],
platforms="any",
packages=find_namespace_packages(include=["mlx.*"]),
packages=find_namespace_packages(where="."),
package_dir={"":"."},
include_package_data=True,
install_requires=requires,
namespace_packages=["mlx"],
keywords=[
"coverity",
"reporting",
Expand Down

0 comments on commit 87d3a53

Please sign in to comment.