Skip to content

Commit

Permalink
Merge pull request #3 from NOAA-GFDL/fix/package
Browse files Browse the repository at this point in the history
Add root package in package discover
  • Loading branch information
fmalatino authored Feb 2, 2024
2 parents 0e0320c + 66ea337 commit 05faa65
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 @@ -46,7 +46,7 @@ def local_pkg(name: str, relative_path: str) -> str:
extras_requires=extras_requires,
name="ndsl",
license="BSD license",
packages=find_namespace_packages(include=["ndsl.*"]),
packages=find_namespace_packages(include=["ndsl", "ndsl.*"]),
include_package_data=True,
url="https://github.com/NOAA-GFDL/NDSL",
version="0.0.0",
Expand Down

0 comments on commit 05faa65

Please sign in to comment.