Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Feb 29, 2024
1 parent 3d571df commit 76072e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package_dir={'':'src'},
zip_safe=False,
include_package_data=False,
cmake_args=cmake_args=cmake_args + ['-DCMAKE_BUILD_TYPE=' + cfg],
cmake_args=cmake_args + ['-DCMAKE_BUILD_TYPE=' + cfg],
cmake_install_dir="src/",
cmake_install_target='install',
install_requires="numpy",
Expand Down
1 change: 0 additions & 1 deletion src/_wrapper.pyx

This file was deleted.

Empty file added src/pytetwild/__init__.py
Empty file.

0 comments on commit 76072e5

Please sign in to comment.