Skip to content

Commit

Permalink
BUG: Fix folder name.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 28, 2023
1 parent 5d09bad commit 3ded39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywrapper/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rd /s /q build
rd /s /q dist
rd /s /q codata.egg-info
del .\codata\*.pyd
del .\pycodata\*.pyd

py -3.8 setup.py build_ext --inplace
py -3.9 setup.py build_ext --inplace
Expand Down

0 comments on commit 3ded39a

Please sign in to comment.