Skip to content

Commit 5f37562

Browse files
authored
Update setup.py
1 parent 894637a commit 5f37562

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

setup.py

+2-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
# Copyright (c) 2019, Xilinx, Inc.
2-
# All rights reserved.
3-
#
4-
# Redistribution and use in source and binary forms, with or without
5-
# modification, are permitted provided that the following conditions are met:
6-
#
7-
# 1. Redistributions of source code must retain the above copyright notice,
8-
# this list of conditions and the following disclaimer.
9-
#
10-
# 2. Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
#
14-
# 3. Neither the name of the copyright holder nor the names of its
15-
# contributors may be used to endorse or promote products derived from
16-
# this software without specific prior written permission.
17-
#
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
20-
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21-
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
22-
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION). HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
301
import os
312
import shutil
323
from distutils.dir_util import copy_tree
@@ -39,7 +10,7 @@
3910
board = os.environ['BOARD']
4011
repo_board_folder = f'boards/{board}/{package_name}'
4112
board_notebooks_dir = os.environ['PYNQ_JUPYTER_NOTEBOOKS']
42-
board_project_dir = os.path.join(board_notebooks_dir, 'qpsk-demonstrator')
13+
board_project_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'qpsk-demonstrator')
4314

4415
data_files = []
4516

@@ -87,10 +58,9 @@ def copy_drivers():
8758

8859
setup(
8960
name="rfsoc_qpsk",
90-
version='1.4.0',
61+
version='1.4.2',
9162
install_requires=[
9263
'pynq==2.7',
93-
'plotly==5.1.0',
9464
],
9565
url='https://github.com/strath-sdr/rfsoc_qpsk.git',
9666
license='BSD 3-Clause License',

0 commit comments

Comments
 (0)