We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14d087 commit 4127df7Copy full SHA for 4127df7
setup.py
@@ -19,7 +19,7 @@
19
# pynq variables
20
requirements = ['pynq>=2.7']
21
board_notebooks_dir = os.environ['PYNQ_JUPYTER_NOTEBOOKS']
22
- board_project_dir = os.path.join(board_notebooks_dir, 'frequency-planner')
+ board_project_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'frequency-planner')
23
24
# check if the path already exists, delete if so
25
def check_path():
@@ -37,7 +37,7 @@ def copy_notebooks():
37
38
setup(
39
name=package_name,
40
- version='0.3.0',
+ version='0.3.1',
41
install_requires=requirements,
42
url='https://github.com/strath-sdr/rfsoc_frequency_planner',
43
license='BSD 3-Clause License',
0 commit comments