Skip to content

Commit

Permalink
put back data in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
martin de la gorce committed Jul 14, 2023
1 parent 968f450 commit 8231364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ dependencies = [

[tool.black]
line-length = 88

[tool.setuptools]
package-data = {"deodr"= ["*.pyx", "*.pxd", "data/*.*", "data/**/*.*"]}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
ext_modules=cythonize([extension], annotate=True, build_dir="build"),
include_dirs=[np.get_include()],
packages=find_packages(),
data = {"deodr"= ["*.pyx", "*.pxd", "data/*.*", "data/**/*.*"]}
)

0 comments on commit 8231364

Please sign in to comment.