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

Commit 2f27929

Browse files
authored
Update setup.py
1 parent 0d5abab commit 2f27929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ def check_env():
4343
def copy_notebooks():
4444
board_notebooks_dir = check_env()
4545
src_nb_dir = os.path.join(repo_notebook_folder)
46-
dst_nb_dir = os.path.join(board_notebooks_dir, 'dsp-notebooks')
46+
dst_nb_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'dsp-notebooks')
4747
if os.path.exists(dst_nb_dir):
4848
shutil.rmtree(dst_nb_dir)
4949
copy_tree(src_nb_dir, dst_nb_dir)
5050
copy_notebooks()
5151
setup(
5252
name=package_name,
53-
version='0.1.2',
53+
version='0.1.3',
5454
install_requires=[
5555
],
5656
author="strath-sdr",

0 commit comments

Comments
 (0)