Skip to content

Commit

Permalink
fix: go back to install_subdir
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Feb 1, 2024
1 parent c2f329a commit 22197c9
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@ py.extension_module('_core',
dependencies : [pybind11_dep],
)

py.install_sources(
[
'src/{{ cookiecutter.__project_slug }}/__init__.py',
'src/{{ cookiecutter.__project_slug }}/_main.py',
],
subdir: '{{ cookiecutter.__project_slug }}'
)
install_subdir('src/{{ cookiecutter.__project_slug }}', py.get_install_dir() / '{{ cookiecutter.__project_slug }}')

0 comments on commit 22197c9

Please sign in to comment.