Skip to content

Commit

Permalink
MAINT: silence warning when building packages (closes larray-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gdementen committed Jul 16, 2024
1 parent 8a99f9f commit ad4c8fd
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
@@ -1,5 +1,5 @@
import os
from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages


def readlocal(fname):
Expand Down Expand Up @@ -53,6 +53,6 @@ def readlocal(fname):
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRE,
url=URL,
packages=find_packages(),
packages=find_namespace_packages(),
include_package_data=True,
)

0 comments on commit ad4c8fd

Please sign in to comment.