Skip to content

Commit

Permalink
ADD: Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jan 25, 2024
1 parent 0550e2c commit 78fada3
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 @@ -10,8 +10,8 @@
# Modules to be compiled and include_dirs when necessary
extensions = [
Extension(
"xradar.io.backends.nexrad_interpolate",
sources=["xradar/io/backends/nexrad_interpolate.pyx"],
"xradar.interpolate.nexrad_interpolate",
sources=["xradar/interpolate/nexrad_interpolate.pyx"],
include_dirs=[numpy.get_include()],
),
]
Expand Down

0 comments on commit 78fada3

Please sign in to comment.