Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorthcote authored Apr 1, 2022
1 parent 0d5abab commit 2f27929
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 @@ -43,14 +43,14 @@ def check_env():
def copy_notebooks():
board_notebooks_dir = check_env()
src_nb_dir = os.path.join(repo_notebook_folder)
dst_nb_dir = os.path.join(board_notebooks_dir, 'dsp-notebooks')
dst_nb_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'dsp-notebooks')
if os.path.exists(dst_nb_dir):
shutil.rmtree(dst_nb_dir)
copy_tree(src_nb_dir, dst_nb_dir)
copy_notebooks()
setup(
name=package_name,
version='0.1.2',
version='0.1.3',
install_requires=[
],
author="strath-sdr",
Expand Down

0 comments on commit 2f27929

Please sign in to comment.